public interface android.os.IRecoverySystem extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IRecoverySystem
  super_class: java.lang.Object
{
  public abstract boolean uncrypt(java.lang.String, android.os.IRecoverySystemProgressListener);
    descriptor: (Ljava/lang/String;Landroid/os/IRecoverySystemProgressListener;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      packageFile  
      listener     

  public abstract boolean setupBcb(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      command  

  public abstract boolean clearBcb();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void rebootRecoveryWithCommand(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      command  
}
SourceFile: "IRecoverySystem.java"
NestMembers:
  android.os.IRecoverySystem$Stub  android.os.IRecoverySystem$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.IRecoverySystem$Stub of android.os.IRecoverySystem