public interface com.android.systemui.statusbar.ExpandableNotificationRow$OnExpandClickListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.systemui.statusbar.ExpandableNotificationRow$OnExpandClickListener
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.logging.nano cannot be resolved\n\tThe import com.android.systemui.R cannot be resolved\n\tThe import com.android.systemui.plugins.PluginListener cannot be resolved\n\tThe import com.android.systemui.plugins.statusbar cannot be resolved\n\tThe import com.android.systemui.plugins.statusbar cannot be resolved\n\tPluginListener cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tMetricsEvent cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tMenuItem cannot be resolved to a type\n\tThe method addPluginListener(PluginListener<T>, Class<?>, boolean) from the type PluginManager refers to the missing type PluginListener\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tThe method removePluginListener(PluginListener<?>) from the type PluginManager refers to the missing type PluginListener\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tMenuItem cannot be resolved to a type\n\tThe method createInfoItem(Context) from the type NotificationMenuRow refers to the missing type MenuItem\n\tThe method createSnoozeItem(Context) from the type NotificationMenuRow refers to the missing type MenuItem\n\tThe method createAppOpsItem(Context) from the type NotificationMenuRow refers to the missing type MenuItem\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tThe method createMenu() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tThe method createMenu() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tThe method createMenu() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tMenuItem cannot be resolved to a type\n\tThe method getProvider() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tThe method createMenu() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tMenuItem cannot be resolved to a type\n\tThe method getProvider() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tMenuItem cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tMetricsEvent cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tNotificationMenuRowPlugin cannot be resolved to a type\n\tThe method getProvider() from the type ExpandableNotificationRow refers to the missing type NotificationMenuRowPlugin\n\tR cannot be resolved to a variable\n\tMenuItem cannot be resolved to a type\n\tMenuItem cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void onExpandClicked(com.android.systemui.statusbar.NotificationData$Entry, boolean);
    descriptor: (Lcom/android/systemui/statusbar/NotificationData$Entry;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      clickedEntry  
      nowExpanded   
}
SourceFile: "ExpandableNotificationRow.java"
NestHost: com.android.systemui.statusbar.ExpandableNotificationRow
InnerClasses:
  public abstract OnExpandClickListener = com.android.systemui.statusbar.ExpandableNotificationRow$OnExpandClickListener of com.android.systemui.statusbar.ExpandableNotificationRow
  public final Entry = com.android.systemui.statusbar.NotificationData$Entry of com.android.systemui.statusbar.NotificationData