public interface android.content.pm.IPackageInstallerCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.content.pm.IPackageInstallerCallback
  super_class: java.lang.Object
{
  public abstract void onSessionCreated(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      sessionId  

  public abstract void onSessionBadgingChanged(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      sessionId  

  public abstract void onSessionActiveChanged(int, boolean);
    descriptor: (IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      sessionId  
      active     

  public abstract void onSessionProgressChanged(int, float);
    descriptor: (IF)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      sessionId  
      progress   

  public abstract void onSessionFinished(int, boolean);
    descriptor: (IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      sessionId  
      success    
}
SourceFile: "IPackageInstallerCallback.java"
NestMembers:
  android.content.pm.IPackageInstallerCallback$Stub  android.content.pm.IPackageInstallerCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.content.pm.IPackageInstallerCallback$Stub of android.content.pm.IPackageInstallerCallback