public class android.app.DialogFragment extends android.app.Fragment implements android.content.DialogInterface$OnCancelListener, android.content.DialogInterface$OnDismissListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.DialogFragment
  super_class: android.app.Fragment
{
  public static final int STYLE_NORMAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STYLE_NO_TITLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int STYLE_NO_FRAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int STYLE_NO_INPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final java.lang.String SAVED_DIALOG_STATE_TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:savedDialogState"

  private static final java.lang.String SAVED_STYLE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:style"

  private static final java.lang.String SAVED_THEME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:theme"

  private static final java.lang.String SAVED_CANCELABLE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:cancelable"

  private static final java.lang.String SAVED_SHOWS_DIALOG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:showsDialog"

  private static final java.lang.String SAVED_BACK_STACK_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:backStackId"

  int mStyle;
    descriptor: I
    flags: (0x0000) 

  int mTheme;
    descriptor: I
    flags: (0x0000) 

  boolean mCancelable;
    descriptor: Z
    flags: (0x0000) 

  boolean mShowsDialog;
    descriptor: Z
    flags: (0x0000) 

  int mBackStackId;
    descriptor: I
    flags: (0x0000) 

  android.app.Dialog mDialog;
    descriptor: Landroid/app/Dialog;
    flags: (0x0000) 

  boolean mViewDestroyed;
    descriptor: Z
    flags: (0x0000) 

  boolean mDismissed;
    descriptor: Z
    flags: (0x0000) 

  boolean mShownByMe;
    descriptor: Z
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 192
            aload 0 /* this */
            invokespecial android.app.Fragment.<init>:()V
         1: .line 181
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mStyle:I
         2: .line 182
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mTheme:I
         3: .line 183
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mCancelable:Z
         4: .line 184
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mShowsDialog:Z
         5: .line 185
            aload 0 /* this */
            iconst_m1
            putfield android.app.DialogFragment.mBackStackId:I
         6: .line 193
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/app/DialogFragment;

  public void setStyle(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.DialogFragment this
         0: .line 212
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/DialogFragment;
    MethodParameters:
       Name  Flags
      style  
      theme  

  public void show(android.app.FragmentManager, java.lang.String);
    descriptor: (Landroid/app/FragmentManager;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.app.DialogFragment this
        start local 1 // android.app.FragmentManager manager
        start local 2 // java.lang.String tag
         0: .line 231
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mDismissed:Z
         1: .line 232
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mShownByMe:Z
         2: .line 233
            aload 1 /* manager */
            invokevirtual android.app.FragmentManager.beginTransaction:()Landroid/app/FragmentTransaction;
            astore 3 /* ft */
        start local 3 // android.app.FragmentTransaction ft
         3: .line 234
            aload 3 /* ft */
            aload 0 /* this */
            aload 2 /* tag */
            invokevirtual android.app.FragmentTransaction.add:(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
            pop
         4: .line 235
            aload 3 /* ft */
            invokevirtual android.app.FragmentTransaction.commit:()I
            pop
         5: .line 236
            return
        end local 3 // android.app.FragmentTransaction ft
        end local 2 // java.lang.String tag
        end local 1 // android.app.FragmentManager manager
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/app/DialogFragment;
            0    6     1  manager  Landroid/app/FragmentManager;
            0    6     2      tag  Ljava/lang/String;
            3    6     3       ft  Landroid/app/FragmentTransaction;
    MethodParameters:
         Name  Flags
      manager  
      tag      

  public void showAllowingStateLoss(android.app.FragmentManager, java.lang.String);
    descriptor: (Landroid/app/FragmentManager;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.app.DialogFragment this
        start local 1 // android.app.FragmentManager manager
        start local 2 // java.lang.String tag
         0: .line 240
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mDismissed:Z
         1: .line 241
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mShownByMe:Z
         2: .line 242
            aload 1 /* manager */
            invokevirtual android.app.FragmentManager.beginTransaction:()Landroid/app/FragmentTransaction;
            astore 3 /* ft */
        start local 3 // android.app.FragmentTransaction ft
         3: .line 243
            aload 3 /* ft */
            aload 0 /* this */
            aload 2 /* tag */
            invokevirtual android.app.FragmentTransaction.add:(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
            pop
         4: .line 244
            aload 3 /* ft */
            invokevirtual android.app.FragmentTransaction.commitAllowingStateLoss:()I
            pop
         5: .line 245
            return
        end local 3 // android.app.FragmentTransaction ft
        end local 2 // java.lang.String tag
        end local 1 // android.app.FragmentManager manager
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/app/DialogFragment;
            0    6     1  manager  Landroid/app/FragmentManager;
            0    6     2      tag  Ljava/lang/String;
            3    6     3       ft  Landroid/app/FragmentTransaction;
    MethodParameters:
         Name  Flags
      manager  
      tag      

  public int show(android.app.FragmentTransaction, java.lang.String);
    descriptor: (Landroid/app/FragmentTransaction;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.DialogFragment this
        start local 1 // android.app.FragmentTransaction transaction
        start local 2 // java.lang.String tag
         0: .line 257
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mDismissed:Z
         1: .line 258
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mShownByMe:Z
         2: .line 259
            aload 1 /* transaction */
            aload 0 /* this */
            aload 2 /* tag */
            invokevirtual android.app.FragmentTransaction.add:(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
            pop
         3: .line 260
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mViewDestroyed:Z
         4: .line 261
            aload 0 /* this */
            aload 1 /* transaction */
            invokevirtual android.app.FragmentTransaction.commit:()I
            putfield android.app.DialogFragment.mBackStackId:I
         5: .line 262
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
            ireturn
        end local 2 // java.lang.String tag
        end local 1 // android.app.FragmentTransaction transaction
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/app/DialogFragment;
            0    6     1  transaction  Landroid/app/FragmentTransaction;
            0    6     2          tag  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      transaction  
      tag          

  public void dismiss();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 272
            aload 0 /* this */
            iconst_0
            invokevirtual android.app.DialogFragment.dismissInternal:(Z)V
         1: .line 273
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/DialogFragment;

  public void dismissAllowingStateLoss();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 282
            aload 0 /* this */
            iconst_1
            invokevirtual android.app.DialogFragment.dismissInternal:(Z)V
         1: .line 283
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/DialogFragment;

  void dismissInternal(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // boolean allowStateLoss
         0: .line 286
            aload 0 /* this */
            getfield android.app.DialogFragment.mDismissed:Z
            ifeq 2
         1: .line 287
            return
         2: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mDismissed:Z
         3: .line 290
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mShownByMe:Z
         4: .line 291
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 7
         5: .line 292
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.dismiss:()V
         6: .line 293
            aload 0 /* this */
            aconst_null
            putfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
         7: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mViewDestroyed:Z
         8: .line 296
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
            iflt 14
         9: .line 297
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getFragmentManager:()Landroid/app/FragmentManager;
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
        10: .line 298
            iconst_1
        11: .line 297
            invokevirtual android.app.FragmentManager.popBackStack:(II)V
        12: .line 299
            aload 0 /* this */
            iconst_m1
            putfield android.app.DialogFragment.mBackStackId:I
        13: .line 300
            goto 20
        14: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getFragmentManager:()Landroid/app/FragmentManager;
            invokevirtual android.app.FragmentManager.beginTransaction:()Landroid/app/FragmentTransaction;
            astore 2 /* ft */
        start local 2 // android.app.FragmentTransaction ft
        15: .line 302
            aload 2 /* ft */
            aload 0 /* this */
            invokevirtual android.app.FragmentTransaction.remove:(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
            pop
        16: .line 303
            iload 1 /* allowStateLoss */
            ifeq 19
        17: .line 304
            aload 2 /* ft */
            invokevirtual android.app.FragmentTransaction.commitAllowingStateLoss:()I
            pop
        18: .line 305
            goto 20
        19: .line 306
      StackMap locals: android.app.FragmentTransaction
      StackMap stack:
            aload 2 /* ft */
            invokevirtual android.app.FragmentTransaction.commit:()I
            pop
        end local 2 // android.app.FragmentTransaction ft
        20: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean allowStateLoss
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Landroid/app/DialogFragment;
            0   21     1  allowStateLoss  Z
           15   20     2              ft  Landroid/app/FragmentTransaction;
    MethodParameters:
                Name  Flags
      allowStateLoss  

  public android.app.Dialog getDialog();
    descriptor: ()Landroid/app/Dialog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 312
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            areturn
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/DialogFragment;

  public int getTheme();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 316
            aload 0 /* this */
            getfield android.app.DialogFragment.mTheme:I
            ireturn
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/DialogFragment;

  public void setCancelable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // boolean cancelable
         0: .line 329
            aload 0 /* this */
            iload 1 /* cancelable */
            putfield android.app.DialogFragment.mCancelable:Z
         1: .line 330
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 2
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            iload 1 /* cancelable */
            invokevirtual android.app.Dialog.setCancelable:(Z)V
         2: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean cancelable
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/app/DialogFragment;
            0    3     1  cancelable  Z
    MethodParameters:
            Name  Flags
      cancelable  

  public boolean isCancelable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 337
            aload 0 /* this */
            getfield android.app.DialogFragment.mCancelable:Z
            ireturn
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/DialogFragment;

  public void setShowsDialog(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // boolean showsDialog
         0: .line 358
            aload 0 /* this */
            iload 1 /* showsDialog */
            putfield android.app.DialogFragment.mShowsDialog:Z
         1: .line 359
            return
        end local 1 // boolean showsDialog
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/app/DialogFragment;
            0    2     1  showsDialog  Z
    MethodParameters:
             Name  Flags
      showsDialog  

  public boolean getShowsDialog();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 365
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            ireturn
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/DialogFragment;

  public void onAttach(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.content.Context context
         0: .line 370
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.app.Fragment.onAttach:(Landroid/content/Context;)V
         1: .line 371
            aload 0 /* this */
            getfield android.app.DialogFragment.mShownByMe:Z
            ifne 3
         2: .line 374
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mDismissed:Z
         3: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.Context context
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/app/DialogFragment;
            0    4     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void onDetach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 380
            aload 0 /* this */
            invokespecial android.app.Fragment.onDetach:()V
         1: .line 381
            aload 0 /* this */
            getfield android.app.DialogFragment.mShownByMe:Z
            ifne 3
            aload 0 /* this */
            getfield android.app.DialogFragment.mDismissed:Z
            ifne 3
         2: .line 385
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mDismissed:Z
         3: .line 387
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/DialogFragment;

  public void onCreate(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.os.Bundle savedInstanceState
         0: .line 391
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            invokespecial android.app.Fragment.onCreate:(Landroid/os/Bundle;)V
         1: .line 393
            aload 0 /* this */
            aload 0 /* this */
            getfield android.app.DialogFragment.mContainerId:I
            ifne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: android.app.DialogFragment
         2: iconst_0
      StackMap locals: android.app.DialogFragment android.os.Bundle
      StackMap stack: android.app.DialogFragment int
         3: putfield android.app.DialogFragment.mShowsDialog:Z
         4: .line 395
            aload 1 /* savedInstanceState */
            ifnull 10
         5: .line 396
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            ldc "android:style"
            iconst_0
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.app.DialogFragment.mStyle:I
         6: .line 397
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            ldc "android:theme"
            iconst_0
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.app.DialogFragment.mTheme:I
         7: .line 398
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            ldc "android:cancelable"
            iconst_1
            invokevirtual android.os.Bundle.getBoolean:(Ljava/lang/String;Z)Z
            putfield android.app.DialogFragment.mCancelable:Z
         8: .line 399
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            ldc "android:showsDialog"
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            invokevirtual android.os.Bundle.getBoolean:(Ljava/lang/String;Z)Z
            putfield android.app.DialogFragment.mShowsDialog:Z
         9: .line 400
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            ldc "android:backStackId"
            iconst_m1
            invokevirtual android.os.Bundle.getInt:(Ljava/lang/String;I)I
            putfield android.app.DialogFragment.mBackStackId:I
        10: .line 402
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Bundle savedInstanceState
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Landroid/app/DialogFragment;
            0   11     1  savedInstanceState  Landroid/os/Bundle;
    MethodParameters:
                    Name  Flags
      savedInstanceState  

  public android.view.LayoutInflater onGetLayoutInflater(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)Landroid/view/LayoutInflater;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.os.Bundle savedInstanceState
         0: .line 407
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            ifne 2
         1: .line 408
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            invokespecial android.app.Fragment.onGetLayoutInflater:(Landroid/os/Bundle;)Landroid/view/LayoutInflater;
            areturn
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            invokevirtual android.app.DialogFragment.onCreateDialog:(Landroid/os/Bundle;)Landroid/app/Dialog;
            putfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
         3: .line 412
            aload 0 /* this */
            getfield android.app.DialogFragment.mStyle:I
            tableswitch { // 1 - 3
                    1: 7
                    2: 7
                    3: 4
              default: 8
          }
         4: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.getWindow:()Landroid/view/Window;
         5: .line 415
            bipush 24
         6: .line 414
            invokevirtual android.view.Window.addFlags:(I)V
         7: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            iconst_1
            invokevirtual android.app.Dialog.requestWindowFeature:(I)Z
            pop
         8: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 12
         9: .line 423
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.getContext:()Landroid/content/Context;
        10: .line 424
            ldc "layout_inflater"
        11: .line 423
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast android.view.LayoutInflater
            areturn
        12: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mHost:Landroid/app/FragmentHostCallback;
            invokevirtual android.app.FragmentHostCallback.getContext:()Landroid/content/Context;
        13: .line 427
            ldc "layout_inflater"
        14: .line 426
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast android.view.LayoutInflater
            areturn
        end local 1 // android.os.Bundle savedInstanceState
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Landroid/app/DialogFragment;
            0   15     1  savedInstanceState  Landroid/os/Bundle;
    MethodParameters:
                    Name  Flags
      savedInstanceState  

  public android.app.Dialog onCreateDialog(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)Landroid/app/Dialog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.os.Bundle savedInstanceState
         0: .line 453
            new android.app.Dialog
            dup
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getActivity:()Landroid/app/Activity;
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getTheme:()I
            invokespecial android.app.Dialog.<init>:(Landroid/content/Context;I)V
            areturn
        end local 1 // android.os.Bundle savedInstanceState
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Landroid/app/DialogFragment;
            0    1     1  savedInstanceState  Landroid/os/Bundle;
    MethodParameters:
                    Name  Flags
      savedInstanceState  

  public void onCancel(android.content.DialogInterface);
    descriptor: (Landroid/content/DialogInterface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.content.DialogInterface dialog
         0: .line 457
            return
        end local 1 // android.content.DialogInterface dialog
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/app/DialogFragment;
            0    1     1  dialog  Landroid/content/DialogInterface;
    MethodParameters:
        Name  Flags
      dialog  

  public void onDismiss(android.content.DialogInterface);
    descriptor: (Landroid/content/DialogInterface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.content.DialogInterface dialog
         0: .line 460
            aload 0 /* this */
            getfield android.app.DialogFragment.mViewDestroyed:Z
            ifne 2
         1: .line 465
            aload 0 /* this */
            iconst_1
            invokevirtual android.app.DialogFragment.dismissInternal:(Z)V
         2: .line 467
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.content.DialogInterface dialog
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/DialogFragment;
            0    3     1  dialog  Landroid/content/DialogInterface;
    MethodParameters:
        Name  Flags
      dialog  

  public void onActivityCreated(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.os.Bundle savedInstanceState
         0: .line 471
            aload 0 /* this */
            aload 1 /* savedInstanceState */
            invokespecial android.app.Fragment.onActivityCreated:(Landroid/os/Bundle;)V
         1: .line 473
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            ifne 3
         2: .line 474
            return
         3: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getView:()Landroid/view/View;
            astore 2 /* view */
        start local 2 // android.view.View view
         4: .line 478
            aload 2 /* view */
            ifnull 10
         5: .line 479
            aload 2 /* view */
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            ifnull 9
         6: .line 480
            new java.lang.IllegalStateException
            dup
         7: .line 481
            ldc "DialogFragment can not be attached to a container view"
         8: .line 480
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 483
      StackMap locals: android.view.View
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            aload 2 /* view */
            invokevirtual android.app.Dialog.setContentView:(Landroid/view/View;)V
        10: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.app.DialogFragment.getActivity:()Landroid/app/Activity;
            astore 3 /* activity */
        start local 3 // android.app.Activity activity
        11: .line 486
            aload 3 /* activity */
            ifnull 13
        12: .line 487
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            aload 3 /* activity */
            invokevirtual android.app.Dialog.setOwnerActivity:(Landroid/app/Activity;)V
        13: .line 489
      StackMap locals: android.app.Activity
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            aload 0 /* this */
            getfield android.app.DialogFragment.mCancelable:Z
            invokevirtual android.app.Dialog.setCancelable:(Z)V
        14: .line 490
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ldc "DialogFragment"
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual android.app.Dialog.takeCancelAndDismissListeners:(Ljava/lang/String;Landroid/content/DialogInterface$OnCancelListener;Landroid/content/DialogInterface$OnDismissListener;)Z
            ifne 18
        15: .line 491
            new java.lang.IllegalStateException
            dup
        16: .line 492
            ldc "You can not set Dialog's OnCancelListener or OnDismissListener"
        17: .line 491
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 494
      StackMap locals:
      StackMap stack:
            aload 1 /* savedInstanceState */
            ifnull 22
        19: .line 495
            aload 1 /* savedInstanceState */
            ldc "android:savedDialogState"
            invokevirtual android.os.Bundle.getBundle:(Ljava/lang/String;)Landroid/os/Bundle;
            astore 4 /* dialogState */
        start local 4 // android.os.Bundle dialogState
        20: .line 496
            aload 4 /* dialogState */
            ifnull 22
        21: .line 497
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            aload 4 /* dialogState */
            invokevirtual android.app.Dialog.onRestoreInstanceState:(Landroid/os/Bundle;)V
        end local 4 // android.os.Bundle dialogState
        22: .line 500
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.app.Activity activity
        end local 2 // android.view.View view
        end local 1 // android.os.Bundle savedInstanceState
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   23     0                this  Landroid/app/DialogFragment;
            0   23     1  savedInstanceState  Landroid/os/Bundle;
            4   23     2                view  Landroid/view/View;
           11   23     3            activity  Landroid/app/Activity;
           20   22     4         dialogState  Landroid/os/Bundle;
    MethodParameters:
                    Name  Flags
      savedInstanceState  

  public void onStart();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 504
            aload 0 /* this */
            invokespecial android.app.Fragment.onStart:()V
         1: .line 505
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 4
         2: .line 506
            aload 0 /* this */
            iconst_0
            putfield android.app.DialogFragment.mViewDestroyed:Z
         3: .line 507
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.show:()V
         4: .line 509
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/DialogFragment;

  public void onSaveInstanceState(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.app.DialogFragment this
        start local 1 // android.os.Bundle outState
         0: .line 513
            aload 0 /* this */
            aload 1 /* outState */
            invokespecial android.app.Fragment.onSaveInstanceState:(Landroid/os/Bundle;)V
         1: .line 514
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 5
         2: .line 515
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.onSaveInstanceState:()Landroid/os/Bundle;
            astore 2 /* dialogState */
        start local 2 // android.os.Bundle dialogState
         3: .line 516
            aload 2 /* dialogState */
            ifnull 5
         4: .line 517
            aload 1 /* outState */
            ldc "android:savedDialogState"
            aload 2 /* dialogState */
            invokevirtual android.os.Bundle.putBundle:(Ljava/lang/String;Landroid/os/Bundle;)V
        end local 2 // android.os.Bundle dialogState
         5: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mStyle:I
            ifeq 7
         6: .line 521
            aload 1 /* outState */
            ldc "android:style"
            aload 0 /* this */
            getfield android.app.DialogFragment.mStyle:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         7: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mTheme:I
            ifeq 9
         8: .line 524
            aload 1 /* outState */
            ldc "android:theme"
            aload 0 /* this */
            getfield android.app.DialogFragment.mTheme:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
         9: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mCancelable:Z
            ifne 11
        10: .line 527
            aload 1 /* outState */
            ldc "android:cancelable"
            aload 0 /* this */
            getfield android.app.DialogFragment.mCancelable:Z
            invokevirtual android.os.Bundle.putBoolean:(Ljava/lang/String;Z)V
        11: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            ifne 13
        12: .line 530
            aload 1 /* outState */
            ldc "android:showsDialog"
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            invokevirtual android.os.Bundle.putBoolean:(Ljava/lang/String;Z)V
        13: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
            iconst_m1
            if_icmpeq 15
        14: .line 533
            aload 1 /* outState */
            ldc "android:backStackId"
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
            invokevirtual android.os.Bundle.putInt:(Ljava/lang/String;I)V
        15: .line 535
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Bundle outState
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Landroid/app/DialogFragment;
            0   16     1     outState  Landroid/os/Bundle;
            3    5     2  dialogState  Landroid/os/Bundle;
    MethodParameters:
          Name  Flags
      outState  

  public void onStop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 539
            aload 0 /* this */
            invokespecial android.app.Fragment.onStop:()V
         1: .line 540
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 3
         2: .line 541
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.hide:()V
         3: .line 543
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/DialogFragment;

  public void onDestroyView();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.DialogFragment this
         0: .line 550
            aload 0 /* this */
            invokespecial android.app.Fragment.onDestroyView:()V
         1: .line 551
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            ifnull 5
         2: .line 555
            aload 0 /* this */
            iconst_1
            putfield android.app.DialogFragment.mViewDestroyed:Z
         3: .line 556
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual android.app.Dialog.dismiss:()V
         4: .line 557
            aload 0 /* this */
            aconst_null
            putfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
         5: .line 559
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/app/DialogFragment;

  public void dump(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
    descriptor: (Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.app.DialogFragment this
        start local 1 // java.lang.String prefix
        start local 2 // java.io.FileDescriptor fd
        start local 3 // java.io.PrintWriter writer
        start local 4 // java.lang.String[] args
         0: .line 563
            aload 0 /* this */
            aload 1 /* prefix */
            aload 2 /* fd */
            aload 3 /* writer */
            aload 4 /* args */
            invokespecial android.app.Fragment.dump:(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
         1: .line 564
            aload 3 /* writer */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            ldc "DialogFragment:"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         2: .line 565
            aload 3 /* writer */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            ldc "  mStyle="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mStyle:I
            invokevirtual java.io.PrintWriter.print:(I)V
         3: .line 566
            aload 3 /* writer */
            ldc " mTheme=0x"
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mTheme:I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         4: .line 567
            aload 3 /* writer */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            ldc "  mCancelable="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mCancelable:Z
            invokevirtual java.io.PrintWriter.print:(Z)V
         5: .line 568
            aload 3 /* writer */
            ldc " mShowsDialog="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mShowsDialog:Z
            invokevirtual java.io.PrintWriter.print:(Z)V
         6: .line 569
            aload 3 /* writer */
            ldc " mBackStackId="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mBackStackId:I
            invokevirtual java.io.PrintWriter.println:(I)V
         7: .line 570
            aload 3 /* writer */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            ldc "  mDialog="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mDialog:Landroid/app/Dialog;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/Object;)V
         8: .line 571
            aload 3 /* writer */
            aload 1 /* prefix */
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            ldc "  mViewDestroyed="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mViewDestroyed:Z
            invokevirtual java.io.PrintWriter.print:(Z)V
         9: .line 572
            aload 3 /* writer */
            ldc " mDismissed="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mDismissed:Z
            invokevirtual java.io.PrintWriter.print:(Z)V
        10: .line 573
            aload 3 /* writer */
            ldc " mShownByMe="
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
            aload 3 /* writer */
            aload 0 /* this */
            getfield android.app.DialogFragment.mShownByMe:Z
            invokevirtual java.io.PrintWriter.println:(Z)V
        11: .line 574
            return
        end local 4 // java.lang.String[] args
        end local 3 // java.io.PrintWriter writer
        end local 2 // java.io.FileDescriptor fd
        end local 1 // java.lang.String prefix
        end local 0 // android.app.DialogFragment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Landroid/app/DialogFragment;
            0   12     1  prefix  Ljava/lang/String;
            0   12     2      fd  Ljava/io/FileDescriptor;
            0   12     3  writer  Ljava/io/PrintWriter;
            0   12     4    args  [Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      fd      
      writer  
      args    
}
SourceFile: "DialogFragment.java"
InnerClasses:
  public abstract OnCancelListener = android.content.DialogInterface$OnCancelListener of android.content.DialogInterface
  public abstract OnDismissListener = android.content.DialogInterface$OnDismissListener of android.content.DialogInterface
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()