public final class android.app.RecoverableSecurityException extends java.lang.SecurityException implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.app.RecoverableSecurityException
  super_class: java.lang.SecurityException
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "RecoverableSecurityException"

  private final java.lang.CharSequence mUserMessage;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.app.RemoteAction mUserAction;
    descriptor: Landroid/app/RemoteAction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.app.RecoverableSecurityException> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/app/RecoverableSecurityException;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 225
            new android.app.RecoverableSecurityException$1
            dup
            invokespecial android.app.RecoverableSecurityException$1.<init>:()V
         1: .line 224
            putstatic android.app.RecoverableSecurityException.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 235
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.app.RecoverableSecurityException this
        start local 1 // android.os.Parcel in
         0: .line 59
            aload 0 /* this */
            new java.lang.SecurityException
            dup
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
            aload 1 /* in */
            invokevirtual android.os.Parcel.readCharSequence:()Ljava/lang/CharSequence;
         1: .line 60
            getstatic android.app.RemoteAction.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.app.RemoteAction
            invokespecial android.app.RecoverableSecurityException.<init>:(Ljava/lang/Throwable;Ljava/lang/CharSequence;Landroid/app/RemoteAction;)V
         2: .line 61
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/RecoverableSecurityException;
            0    3     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void <init>(java.lang.Throwable, java.lang.CharSequence, android.app.RemoteAction);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/CharSequence;Landroid/app/RemoteAction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.app.RecoverableSecurityException this
        start local 1 // java.lang.Throwable cause
        start local 2 // java.lang.CharSequence userMessage
        start local 3 // android.app.RemoteAction userAction
         0: .line 83
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
         1: .line 84
            aload 0 /* this */
            aload 2 /* userMessage */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            putfield android.app.RecoverableSecurityException.mUserMessage:Ljava/lang/CharSequence;
         2: .line 85
            aload 0 /* this */
            aload 3 /* userAction */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.app.RemoteAction
            putfield android.app.RecoverableSecurityException.mUserAction:Landroid/app/RemoteAction;
         3: .line 86
            return
        end local 3 // android.app.RemoteAction userAction
        end local 2 // java.lang.CharSequence userMessage
        end local 1 // java.lang.Throwable cause
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/app/RecoverableSecurityException;
            0    4     1        cause  Ljava/lang/Throwable;
            0    4     2  userMessage  Ljava/lang/CharSequence;
            0    4     3   userAction  Landroid/app/RemoteAction;
    MethodParameters:
             Name  Flags
      cause        
      userMessage  
      userAction   

  public void <init>(java.lang.Throwable, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.RecoverableSecurityException this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R cannot be resolved to a variable\n\tcom.android.internal.R cannot be resolved to a variable\n\tandroid.R.string cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RecoverableSecurityException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      cause            
      userMessage      
      userActionTitle  
      userAction       

  public java.lang.CharSequence getUserMessage();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RecoverableSecurityException this
         0: .line 104
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserMessage:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RecoverableSecurityException;

  public android.app.RemoteAction getUserAction();
    descriptor: ()Landroid/app/RemoteAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RecoverableSecurityException this
         0: .line 111
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserAction:Landroid/app/RemoteAction;
            areturn
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RecoverableSecurityException;

  public void showAsNotification(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // android.app.RecoverableSecurityException this
        start local 1 // android.content.Context context
         0: .line 117
            aload 1 /* context */
            ldc Landroid/app/NotificationManager;
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast android.app.NotificationManager
            astore 2 /* nm */
        start local 2 // android.app.NotificationManager nm
         1: .line 121
            new java.lang.StringBuilder
            dup
            ldc "RecoverableSecurityException_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserAction:Landroid/app/RemoteAction;
            invokevirtual android.app.RemoteAction.getActionIntent:()Landroid/app/PendingIntent;
            invokevirtual android.app.PendingIntent.getCreatorUid:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* channelId */
        start local 3 // java.lang.String channelId
         2: .line 122
            aload 2 /* nm */
            new android.app.NotificationChannel
            dup
            aload 3 /* channelId */
            ldc "RecoverableSecurityException"
         3: .line 123
            iconst_3
            invokespecial android.app.NotificationChannel.<init>:(Ljava/lang/String;Ljava/lang/CharSequence;I)V
         4: .line 122
            invokevirtual android.app.NotificationManager.createNotificationChannel:(Landroid/app/NotificationChannel;)V
         5: .line 125
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* channelId */
            invokevirtual android.app.RecoverableSecurityException.showAsNotification:(Landroid/content/Context;Ljava/lang/String;)V
         6: .line 126
            return
        end local 3 // java.lang.String channelId
        end local 2 // android.app.NotificationManager nm
        end local 1 // android.content.Context context
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Landroid/app/RecoverableSecurityException;
            0    7     1    context  Landroid/content/Context;
            1    7     2         nm  Landroid/app/NotificationManager;
            2    7     3  channelId  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  public void showAsNotification(android.content.Context, java.lang.String);
    descriptor: (Landroid/content/Context;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.RecoverableSecurityException this
         0: .line 149
            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.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RecoverableSecurityException;
    MethodParameters:
           Name  Flags
      context    
      channelId  

  public void showAsDialog(android.app.Activity);
    descriptor: (Landroid/app/Activity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // android.app.RecoverableSecurityException this
        start local 1 // android.app.Activity activity
         0: .line 172
            new android.app.RecoverableSecurityException$LocalDialog
            dup
            invokespecial android.app.RecoverableSecurityException$LocalDialog.<init>:()V
            astore 2 /* dialog */
        start local 2 // android.app.RecoverableSecurityException$LocalDialog dialog
         1: .line 173
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            astore 3 /* args */
        start local 3 // android.os.Bundle args
         2: .line 174
            aload 3 /* args */
            ldc "RecoverableSecurityException"
            aload 0 /* this */
            invokevirtual android.os.Bundle.putParcelable:(Ljava/lang/String;Landroid/os/Parcelable;)V
         3: .line 175
            aload 2 /* dialog */
            aload 3 /* args */
            invokevirtual android.app.RecoverableSecurityException$LocalDialog.setArguments:(Landroid/os/Bundle;)V
         4: .line 177
            new java.lang.StringBuilder
            dup
            ldc "RecoverableSecurityException_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserAction:Landroid/app/RemoteAction;
            invokevirtual android.app.RemoteAction.getActionIntent:()Landroid/app/PendingIntent;
            invokevirtual android.app.PendingIntent.getCreatorUid:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* tag */
        start local 4 // java.lang.String tag
         5: .line 178
            aload 1 /* activity */
            invokevirtual android.app.Activity.getFragmentManager:()Landroid/app/FragmentManager;
            astore 5 /* fm */
        start local 5 // android.app.FragmentManager fm
         6: .line 179
            aload 5 /* fm */
            invokevirtual android.app.FragmentManager.beginTransaction:()Landroid/app/FragmentTransaction;
            astore 6 /* ft */
        start local 6 // android.app.FragmentTransaction ft
         7: .line 180
            aload 5 /* fm */
            aload 4 /* tag */
            invokevirtual android.app.FragmentManager.findFragmentByTag:(Ljava/lang/String;)Landroid/app/Fragment;
            astore 7 /* old */
        start local 7 // android.app.Fragment old
         8: .line 181
            aload 7 /* old */
            ifnull 10
         9: .line 182
            aload 6 /* ft */
            aload 7 /* old */
            invokevirtual android.app.FragmentTransaction.remove:(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
            pop
        10: .line 184
      StackMap locals: android.app.RecoverableSecurityException android.app.Activity android.app.RecoverableSecurityException$LocalDialog android.os.Bundle java.lang.String android.app.FragmentManager android.app.FragmentTransaction android.app.Fragment
      StackMap stack:
            aload 6 /* ft */
            aload 2 /* dialog */
            aload 4 /* tag */
            invokevirtual android.app.FragmentTransaction.add:(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
            pop
        11: .line 185
            aload 6 /* ft */
            invokevirtual android.app.FragmentTransaction.commitAllowingStateLoss:()I
            pop
        12: .line 186
            return
        end local 7 // android.app.Fragment old
        end local 6 // android.app.FragmentTransaction ft
        end local 5 // android.app.FragmentManager fm
        end local 4 // java.lang.String tag
        end local 3 // android.os.Bundle args
        end local 2 // android.app.RecoverableSecurityException$LocalDialog dialog
        end local 1 // android.app.Activity activity
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Landroid/app/RecoverableSecurityException;
            0   13     1  activity  Landroid/app/Activity;
            1   13     2    dialog  Landroid/app/RecoverableSecurityException$LocalDialog;
            2   13     3      args  Landroid/os/Bundle;
            5   13     4       tag  Ljava/lang/String;
            6   13     5        fm  Landroid/app/FragmentManager;
            7   13     6        ft  Landroid/app/FragmentTransaction;
            8   13     7       old  Landroid/app/Fragment;
    MethodParameters:
          Name  Flags
      activity  

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.RecoverableSecurityException this
         0: .line 214
            iconst_0
            ireturn
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/RecoverableSecurityException;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.RecoverableSecurityException this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 219
            aload 1 /* dest */
            aload 0 /* this */
            invokevirtual android.app.RecoverableSecurityException.getMessage:()Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 220
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserMessage:Ljava/lang/CharSequence;
            invokevirtual android.os.Parcel.writeCharSequence:(Ljava/lang/CharSequence;)V
         2: .line 221
            aload 0 /* this */
            getfield android.app.RecoverableSecurityException.mUserAction:Landroid/app/RemoteAction;
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.app.RemoteAction.writeToParcel:(Landroid/os/Parcel;I)V
         3: .line 222
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.RecoverableSecurityException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/app/RecoverableSecurityException;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "RecoverableSecurityException.java"
NestMembers:
  android.app.RecoverableSecurityException$1  android.app.RecoverableSecurityException$LocalDialog
InnerClasses:
  android.app.RecoverableSecurityException$1
  public LocalDialog = android.app.RecoverableSecurityException$LocalDialog of android.app.RecoverableSecurityException
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable