public class com.android.shell.BugreportWarningActivity extends com.android.internal.app.AlertActivity implements android.content.DialogInterface$OnClickListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.shell.BugreportWarningActivity
  super_class: com.android.internal.app.AlertActivity
{
  private android.content.Intent mSendIntent;
    descriptor: Landroid/content/Intent;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.CheckBox mConfirmRepeat;
    descriptor: Landroid/widget/CheckBox;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.shell.BugreportWarningActivity this
         0: .line 40
            aload 0 /* this */
            invokespecial com.android.internal.app.AlertActivity.<init>:()V
            return
        end local 0 // com.android.shell.BugreportWarningActivity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/shell/BugreportWarningActivity;

  public void onCreate(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.shell.BugreportWarningActivity this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tandroid.R.string cannot be resolved to a variable\n\tandroid.R.string cannot be resolved to a variable\n\tandroid.R.id.checkbox cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.shell.BugreportWarningActivity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/shell/BugreportWarningActivity;
    MethodParameters:
        Name  Flags
      icicle  

  public void onClick(android.content.DialogInterface, int);
    descriptor: (Landroid/content/DialogInterface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.shell.BugreportWarningActivity this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 79
            iload 2 /* which */
            iconst_m1
            if_icmpne 5
         1: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.shell.BugreportWarningActivity.mConfirmRepeat:Landroid/widget/CheckBox;
            invokevirtual android.widget.CheckBox.isChecked:()Z
            ifeq 2
            iconst_2
            goto 3
      StackMap locals:
      StackMap stack: com.android.shell.BugreportWarningActivity
         2: iconst_1
      StackMap locals: com.android.shell.BugreportWarningActivity android.content.DialogInterface int
      StackMap stack: com.android.shell.BugreportWarningActivity int
         3: invokestatic com.android.shell.BugreportPrefs.setWarningState:(Landroid/content/Context;I)V
         4: .line 82
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.shell.BugreportWarningActivity.mSendIntent:Landroid/content/Intent;
            invokestatic com.android.shell.BugreportProgressService.sendShareIntent:(Landroid/content/Context;Landroid/content/Intent;)V
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.shell.BugreportWarningActivity.finish:()V
         6: .line 86
            return
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // com.android.shell.BugreportWarningActivity this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/android/shell/BugreportWarningActivity;
            0    7     1  dialog  Landroid/content/DialogInterface;
            0    7     2   which  I
    MethodParameters:
        Name  Flags
      dialog  
      which   
}
SourceFile: "BugreportWarningActivity.java"
InnerClasses:
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface