class android.os.IRecoverySystem$Stub$Proxy implements android.os.IRecoverySystem
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.os.IRecoverySystem$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 98
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/os/IRecoverySystem$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
         0: .line 101
            aload 0 /* this */
            getfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/IRecoverySystem$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
         0: .line 105
            ldc "android.os.IRecoverySystem"
            areturn
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/IRecoverySystem$Stub$Proxy;

  public boolean uncrypt(java.lang.String, android.os.IRecoverySystemProgressListener);
    descriptor: (Ljava/lang/String;Landroid/os/IRecoverySystemProgressListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
        start local 1 // java.lang.String packageFile
        start local 2 // android.os.IRecoverySystemProgressListener listener
         0: .line 109
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 110
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 113
            aload 3 /* _data */
            ldc "android.os.IRecoverySystem"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 114
            aload 3 /* _data */
            aload 1 /* packageFile */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 115
            aload 3 /* _data */
            aload 2 /* listener */
            ifnull 5
            aload 2 /* listener */
            invokeinterface android.os.IRecoverySystemProgressListener.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.os.IRecoverySystem$Stub$Proxy java.lang.String android.os.IRecoverySystemProgressListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.os.IRecoverySystem$Stub$Proxy java.lang.String android.os.IRecoverySystemProgressListener android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 116
            aload 0 /* this */
            getfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 117
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 118
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* _result */
        start local 5 // boolean _result
        12: .line 119
            goto 17
        end local 5 // boolean _result
        13: .line 120
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 121
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 122
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 123
            aload 6
            athrow
        start local 5 // boolean _result
        17: .line 121
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 122
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 124
            iload 5 /* _result */
            ireturn
        end local 5 // boolean _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // android.os.IRecoverySystemProgressListener listener
        end local 1 // java.lang.String packageFile
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Landroid/os/IRecoverySystem$Stub$Proxy;
            0   20     1  packageFile  Ljava/lang/String;
            0   20     2     listener  Landroid/os/IRecoverySystemProgressListener;
            1   20     3        _data  Landroid/os/Parcel;
            2   20     4       _reply  Landroid/os/Parcel;
           12   13     5      _result  Z
           17   20     5      _result  Z
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      packageFile  
      listener     

  public boolean setupBcb(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
        start local 1 // java.lang.String command
         0: .line 128
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 129
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 132
            aload 2 /* _data */
            ldc "android.os.IRecoverySystem"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 133
            aload 2 /* _data */
            aload 1 /* command */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 134
            aload 0 /* this */
            getfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 135
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 136
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* _result */
        start local 4 // boolean _result
         9: .line 137
            goto 14
        end local 4 // boolean _result
        10: .line 138
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 139
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 140
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 141
            aload 5
            athrow
        start local 4 // boolean _result
        14: .line 139
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 140
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 142
            iload 4 /* _result */
            ireturn
        end local 4 // boolean _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // java.lang.String command
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Landroid/os/IRecoverySystem$Stub$Proxy;
            0   17     1  command  Ljava/lang/String;
            1   17     2    _data  Landroid/os/Parcel;
            2   17     3   _reply  Landroid/os/Parcel;
            9   10     4  _result  Z
           14   17     4  _result  Z
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      command  

  public boolean clearBcb();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
         0: .line 146
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 147
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 150
            aload 1 /* _data */
            ldc "android.os.IRecoverySystem"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 151
            aload 0 /* this */
            getfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 152
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 153
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* _result */
        start local 3 // boolean _result
         8: .line 154
            goto 13
        end local 3 // boolean _result
         9: .line 155
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 156
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 157
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 158
            aload 4
            athrow
        start local 3 // boolean _result
        13: .line 156
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 157
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 159
            iload 3 /* _result */
            ireturn
        end local 3 // boolean _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/os/IRecoverySystem$Stub$Proxy;
            1   16     1    _data  Landroid/os/Parcel;
            2   16     2   _reply  Landroid/os/Parcel;
            8    9     3  _result  Z
           13   16     3  _result  Z
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException

  public void rebootRecoveryWithCommand(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.os.IRecoverySystem$Stub$Proxy this
        start local 1 // java.lang.String command
         0: .line 163
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 164
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 166
            aload 2 /* _data */
            ldc "android.os.IRecoverySystem"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 167
            aload 2 /* _data */
            aload 1 /* command */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         4: .line 168
            aload 0 /* this */
            getfield android.os.IRecoverySystem$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 169
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 170
            goto 11
         7: .line 171
      StackMap locals: android.os.IRecoverySystem$Stub$Proxy java.lang.String android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 172
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 173
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 174
            aload 4
            athrow
        11: .line 172
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 173
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 175
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // java.lang.String command
        end local 0 // android.os.IRecoverySystem$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/os/IRecoverySystem$Stub$Proxy;
            0   14     1  command  Ljava/lang/String;
            1   14     2    _data  Landroid/os/Parcel;
            2   14     3   _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      command  
}
SourceFile: "IRecoverySystem.java"
NestHost: android.os.IRecoverySystem
InnerClasses:
  public abstract Stub = android.os.IRecoverySystem$Stub of android.os.IRecoverySystem
  private Proxy = android.os.IRecoverySystem$Stub$Proxy of android.os.IRecoverySystem$Stub