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

  void <init>(android.preference.ListPreference);
    descriptor: (Landroid/preference/ListPreference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.preference.ListPreference$1 this
         0: .line 255
            aload 0 /* this */
            aload 1
            putfield android.preference.ListPreference$1.this$0:Landroid/preference/ListPreference;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.preference.ListPreference$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/preference/ListPreference$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=3, locals=3, args_size=3
        start local 0 // android.preference.ListPreference$1 this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 257
            aload 0 /* this */
            getfield android.preference.ListPreference$1.this$0:Landroid/preference/ListPreference;
            iload 2 /* which */
            putfield android.preference.ListPreference.mClickedDialogEntryIndex:I
         1: .line 263
            aload 0 /* this */
            getfield android.preference.ListPreference$1.this$0:Landroid/preference/ListPreference;
            aload 1 /* dialog */
            iconst_m1
            invokevirtual android.preference.ListPreference.onClick:(Landroid/content/DialogInterface;I)V
         2: .line 264
            aload 1 /* dialog */
            invokeinterface android.content.DialogInterface.dismiss:()V
         3: .line 265
            return
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // android.preference.ListPreference$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/preference/ListPreference$1;
            0    4     1  dialog  Landroid/content/DialogInterface;
            0    4     2   which  I
    MethodParameters:
        Name  Flags
      dialog  
      which   
}
SourceFile: "ListPreference.java"
EnclosingMethod: android.preference.ListPreference.onPrepareDialogBuilder:(Landroid/app/AlertDialog$Builder;)V
NestHost: android.preference.ListPreference
InnerClasses:
  public Builder = android.app.AlertDialog$Builder of android.app.AlertDialog
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  android.preference.ListPreference$1