class com.android.systemui.ForegroundServicesDialog$1 implements android.content.DialogInterface$OnClickListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.ForegroundServicesDialog$1
  super_class: java.lang.Object
{
  final com.android.systemui.ForegroundServicesDialog this$0;
    descriptor: Lcom/android/systemui/ForegroundServicesDialog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.systemui.ForegroundServicesDialog);
    descriptor: (Lcom/android/systemui/ForegroundServicesDialog;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.ForegroundServicesDialog$1 this
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield com.android.systemui.ForegroundServicesDialog$1.this$0:Lcom/android/systemui/ForegroundServicesDialog;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.android.systemui.ForegroundServicesDialog$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ForegroundServicesDialog$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onClick(android.content.DialogInterface, int);
    descriptor: (Landroid/content/DialogInterface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.android.systemui.ForegroundServicesDialog$1 this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 69
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog$1.this$0:Lcom/android/systemui/ForegroundServicesDialog;
            getfield com.android.systemui.ForegroundServicesDialog.mAdapter:Lcom/android/systemui/ForegroundServicesDialog$PackageItemAdapter;
            iload 2 /* which */
            invokevirtual com.android.systemui.ForegroundServicesDialog$PackageItemAdapter.getItem:(I)Ljava/lang/Object;
            checkcast android.content.pm.ApplicationInfo
            getfield android.content.pm.ApplicationInfo.packageName:Ljava/lang/String;
            astore 3 /* pkg */
        start local 3 // java.lang.String pkg
         1: .line 70
            new android.content.Intent
            dup
            ldc "android.settings.APPLICATION_DETAILS_SETTINGS"
            invokespecial android.content.Intent.<init>:(Ljava/lang/String;)V
            astore 4 /* intent */
        start local 4 // android.content.Intent intent
         2: .line 71
            aload 4 /* intent */
            ldc "package"
            aload 3 /* pkg */
            aconst_null
            invokestatic android.net.Uri.fromParts:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri;
            invokevirtual android.content.Intent.setData:(Landroid/net/Uri;)Landroid/content/Intent;
            pop
         3: .line 72
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog$1.this$0:Lcom/android/systemui/ForegroundServicesDialog;
            aload 4 /* intent */
            invokevirtual com.android.systemui.ForegroundServicesDialog.startActivity:(Landroid/content/Intent;)V
         4: .line 73
            aload 0 /* this */
            getfield com.android.systemui.ForegroundServicesDialog$1.this$0:Lcom/android/systemui/ForegroundServicesDialog;
            invokevirtual com.android.systemui.ForegroundServicesDialog.finish:()V
         5: .line 74
            return
        end local 4 // android.content.Intent intent
        end local 3 // java.lang.String pkg
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // com.android.systemui.ForegroundServicesDialog$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/android/systemui/ForegroundServicesDialog$1;
            0    6     1  dialog  Landroid/content/DialogInterface;
            0    6     2   which  I
            1    6     3     pkg  Ljava/lang/String;
            2    6     4  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      dialog  
      which   
}
SourceFile: "ForegroundServicesDialog.java"
EnclosingMethod: com.android.systemui.ForegroundServicesDialog
NestHost: com.android.systemui.ForegroundServicesDialog
InnerClasses:
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  com.android.systemui.ForegroundServicesDialog$1
  private PackageItemAdapter = com.android.systemui.ForegroundServicesDialog$PackageItemAdapter of com.android.systemui.ForegroundServicesDialog