class com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog extends com.android.systemui.statusbar.phone.SystemUIDialog implements android.content.DialogInterface$OnClickListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog
  super_class: com.android.systemui.statusbar.phone.SystemUIDialog
{
  private static final int BUTTON_WIPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  private static final int BUTTON_DONTWIPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private final int mUserId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context, int);
    descriptor: (Landroid/content/Context;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/GuestResumeSessionReceiver$ResetSessionDialog;
    MethodParameters:
         Name  Flags
      context  
      userId   

  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.systemui.GuestResumeSessionReceiver$ResetSessionDialog this
        start local 1 // android.content.DialogInterface dialog
        start local 2 // int which
         0: .line 170
            iload 2 /* which */
            bipush -2
            if_icmpne 4
         1: .line 171
            aload 0 /* this */
            invokevirtual com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog.getContext:()Landroid/content/Context;
            aload 0 /* this */
            getfield com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog.mUserId:I
            invokestatic com.android.systemui.GuestResumeSessionReceiver.wipeGuestSession:(Landroid/content/Context;I)V
         2: .line 172
            aload 0 /* this */
            invokevirtual com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog.dismiss:()V
         3: .line 173
            goto 6
      StackMap locals:
      StackMap stack:
         4: iload 2 /* which */
            iconst_m1
            if_icmpne 6
         5: .line 174
            aload 0 /* this */
            invokevirtual com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog.cancel:()V
         6: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int which
        end local 1 // android.content.DialogInterface dialog
        end local 0 // com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/android/systemui/GuestResumeSessionReceiver$ResetSessionDialog;
            0    7     1  dialog  Landroid/content/DialogInterface;
            0    7     2   which  I
    MethodParameters:
        Name  Flags
      dialog  
      which   
}
SourceFile: "GuestResumeSessionReceiver.java"
NestHost: com.android.systemui.GuestResumeSessionReceiver
InnerClasses:
  public abstract OnClickListener = android.content.DialogInterface$OnClickListener of android.content.DialogInterface
  private ResetSessionDialog = com.android.systemui.GuestResumeSessionReceiver$ResetSessionDialog of com.android.systemui.GuestResumeSessionReceiver