public final class com.android.systemui.ForegroundServicesDialog extends com.android.internal.app.AlertActivity implements android.widget.AdapterView$OnItemSelectedListener, android.content.DialogInterface$OnClickListener, com.android.internal.app.AlertController$AlertParams$OnPrepareListViewListener
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.android.systemui.ForegroundServicesDialog
  super_class: com.android.internal.app.AlertActivity
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ForegroundServicesDialog"

  android.view.LayoutInflater mInflater;
    descriptor: Landroid/view/LayoutInflater;
    flags: (0x0000) 

  private com.android.internal.logging.MetricsLogger mMetricsLogger;
    descriptor: Lcom/android/internal/logging/MetricsLogger;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mPackages;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.android.systemui.ForegroundServicesDialog$PackageItemAdapter mAdapter;
    descriptor: Lcom/android/systemui/ForegroundServicesDialog$PackageItemAdapter;
    flags: (0x0002) ACC_PRIVATE

  private android.content.DialogInterface$OnClickListener mAppClickListener;
    descriptor: Landroid/content/DialogInterface$OnClickListener;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.android.systemui.ForegroundServicesDialog this
         0: .line 53
            aload 0 /* this */
            invokespecial com.android.internal.app.AlertActivity.<init>:()V
         1: .line 66
            aload 0 /* this */
         2: .line 67
            new com.android.systemui.ForegroundServicesDialog$1
            dup
            aload 0 /* this */
            invokespecial com.android.systemui.ForegroundServicesDialog$1.<init>:(Lcom/android/systemui/ForegroundServicesDialog;)V
            putfield com.android.systemui.ForegroundServicesDialog.mAppClickListener:Landroid/content/DialogInterface$OnClickListener;
         3: .line 53
            return
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/android/systemui/ForegroundServicesDialog;

  protected void onCreate(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ForegroundServicesDialog;
    MethodParameters:
                    Name  Flags
      savedInstanceState  

  protected void onResume();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.ForegroundServicesDialog this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMetricsProto cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ForegroundServicesDialog;

  protected void onPause();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.ForegroundServicesDialog this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMetricsProto cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ForegroundServicesDialog;

  protected void onNewIntent(android.content.Intent);
    descriptor: (Landroid/content/Intent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.content.Intent intent
         0: .line 122
            aload 0 /* this */
            aload 1 /* intent */
            invokespecial com.android.internal.app.AlertActivity.onNewIntent:(Landroid/content/Intent;)V
         1: .line 123
            aload 0 /* this */
            aload 1 /* intent */
            invokevirtual com.android.systemui.ForegroundServicesDialog.updateApps:(Landroid/content/Intent;)V
         2: .line 124
            return
        end local 1 // android.content.Intent intent
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/android/systemui/ForegroundServicesDialog;
            0    3     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  protected void onStop();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.ForegroundServicesDialog this
         0: .line 128
            aload 0 /* this */
            invokespecial com.android.internal.app.AlertActivity.onStop:()V
         1: .line 132
            aload 0 /* this */
            invokevirtual com.android.systemui.ForegroundServicesDialog.isChangingConfigurations:()Z
            ifne 3
         2: .line 133
            aload 0 /* this */
            invokevirtual com.android.systemui.ForegroundServicesDialog.finish:()V
         3: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/android/systemui/ForegroundServicesDialog;

  void updateApps(android.content.Intent);
    descriptor: (Landroid/content/Intent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.content.Intent intent
         0: .line 138
            aload 0 /* this */
            aload 1 /* intent */
            ldc "packages"
            invokevirtual android.content.Intent.getStringArrayExtra:(Ljava/lang/String;)[Ljava/lang/String;
            putfield com.android.systemui.ForegroundServicesDialog.mPackages:[Ljava/lang/String;
         1: .line 139
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog.mPackages:[Ljava/lang/String;
            ifnull 3
         2: .line 140
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog.mAdapter:Lcom/android/systemui/ForegroundServicesDialog$PackageItemAdapter;
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog.mPackages:[Ljava/lang/String;
            invokevirtual com.android.systemui.ForegroundServicesDialog$PackageItemAdapter.setPackages:([Ljava/lang/String;)V
         3: .line 142
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.Intent intent
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/android/systemui/ForegroundServicesDialog;
            0    4     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public void onPrepareListView(android.widget.ListView);
    descriptor: (Landroid/widget/ListView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.widget.ListView listView
         0: .line 145
            return
        end local 1 // android.widget.ListView listView
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/android/systemui/ForegroundServicesDialog;
            0    1     1  listView  Landroid/widget/ListView;
    MethodParameters:
          Name  Flags
      listView  

  public void onClick(android.content.DialogInterface, int);
    descriptor: (Landroid/content/DialogInterface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 151
            aload 0 /* this */
            invokevirtual com.android.systemui.ForegroundServicesDialog.finish:()V
         1: .line 152
            return
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/android/systemui/ForegroundServicesDialog;
            0    2     1  dialog  Landroid/content/DialogInterface;
            0    2     2   which  I
    MethodParameters:
        Name  Flags
      dialog  
      which   

  public void onItemSelected(android.widget.AdapterView, android.view.View, int, long);
    descriptor: (Landroid/widget/AdapterView;Landroid/view/View;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=5
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.widget.AdapterView parent
        start local 2 // android.view.View view
        start local 3 // int position
        start local 4 // long id
         0: .line 155
            return
        end local 4 // long id
        end local 3 // int position
        end local 2 // android.view.View view
        end local 1 // android.widget.AdapterView parent
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/android/systemui/ForegroundServicesDialog;
            0    1     1    parent  Landroid/widget/AdapterView;
            0    1     2      view  Landroid/view/View;
            0    1     3  position  I
            0    1     4        id  J
    MethodParameters:
          Name  Flags
      parent    
      view      
      position  
      id        

  public void onNothingSelected(android.widget.AdapterView);
    descriptor: (Landroid/widget/AdapterView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog this
        start local 1 // android.widget.AdapterView parent
         0: .line 158
            return
        end local 1 // android.widget.AdapterView parent
        end local 0 // com.android.systemui.ForegroundServicesDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/android/systemui/ForegroundServicesDialog;
            0    1     1  parent  Landroid/widget/AdapterView;
    MethodParameters:
        Name  Flags
      parent  
}
SourceFile: "ForegroundServicesDialog.java"
NestMembers:
  com.android.systemui.ForegroundServicesDialog$1  com.android.systemui.ForegroundServicesDialog$PackageItemAdapter
InnerClasses:
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  public abstract OnItemSelectedListener = android.widget.AdapterView$OnItemSelectedListener of android.widget.AdapterView
  public AlertParams = com.android.internal.app.AlertController$AlertParams of com.android.internal.app.AlertController
  public abstract OnPrepareListViewListener = com.android.internal.app.AlertController$AlertParams$OnPrepareListViewListener of com.android.internal.app.AlertController$AlertParams
  com.android.systemui.ForegroundServicesDialog$1
  private PackageItemAdapter = com.android.systemui.ForegroundServicesDialog$PackageItemAdapter of com.android.systemui.ForegroundServicesDialog