public interface android.os.IVoldTaskListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IVoldTaskListener
  super_class: java.lang.Object
{
  public abstract void onStatus(int, android.os.PersistableBundle);
    descriptor: (ILandroid/os/PersistableBundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      status  
      extras  

  public abstract void onFinished(int, android.os.PersistableBundle);
    descriptor: (ILandroid/os/PersistableBundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      status  
      extras  
}
SourceFile: "IVoldTaskListener.java"
NestMembers:
  android.os.IVoldTaskListener$Stub  android.os.IVoldTaskListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.IVoldTaskListener$Stub of android.os.IVoldTaskListener