class android.os.IRecoverySystemProgressListener$Stub$Proxy implements android.os.IRecoverySystemProgressListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.os.IRecoverySystemProgressListener$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.IRecoverySystemProgressListener$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.os.IRecoverySystemProgressListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 67
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.os.IRecoverySystemProgressListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/os/IRecoverySystemProgressListener$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.IRecoverySystemProgressListener$Stub$Proxy this
         0: .line 70
            aload 0 /* this */
            getfield android.os.IRecoverySystemProgressListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.os.IRecoverySystemProgressListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/IRecoverySystemProgressListener$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.IRecoverySystemProgressListener$Stub$Proxy this
         0: .line 74
            ldc "android.os.IRecoverySystemProgressListener"
            areturn
        end local 0 // android.os.IRecoverySystemProgressListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/IRecoverySystemProgressListener$Stub$Proxy;

  public void onProgress(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.os.IRecoverySystemProgressListener$Stub$Proxy this
        start local 1 // int progress
         0: .line 78
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 80
            aload 2 /* _data */
            ldc "android.os.IRecoverySystemProgressListener"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 81
            aload 2 /* _data */
            iload 1 /* progress */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 82
            aload 0 /* this */
            getfield android.os.IRecoverySystemProgressListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 83
            goto 8
         5: .line 84
      StackMap locals: android.os.IRecoverySystemProgressListener$Stub$Proxy int android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 85
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         7: .line 86
            aload 3
            athrow
         8: .line 85
      StackMap locals:
      StackMap stack:
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 87
            return
        end local 2 // android.os.Parcel _data
        end local 1 // int progress
        end local 0 // android.os.IRecoverySystemProgressListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Landroid/os/IRecoverySystemProgressListener$Stub$Proxy;
            0   10     1  progress  I
            1   10     2     _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     5       5  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      progress  
}
SourceFile: "IRecoverySystemProgressListener.java"
NestHost: android.os.IRecoverySystemProgressListener
InnerClasses:
  public abstract Stub = android.os.IRecoverySystemProgressListener$Stub of android.os.IRecoverySystemProgressListener
  private Proxy = android.os.IRecoverySystemProgressListener$Stub$Proxy of android.os.IRecoverySystemProgressListener$Stub