public interface android.print.IPrintSpoolerCallbacks extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.print.IPrintSpoolerCallbacks
  super_class: java.lang.Object
{
  public abstract void onGetPrintJobInfosResult(java.util.List<android.print.PrintJobInfo>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (Ljava/util/List<Landroid/print/PrintJobInfo;>;I)V
    MethodParameters:
          Name  Flags
      printJob  
      sequence  

  public abstract void onCancelPrintJobResult(boolean, int);
    descriptor: (ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      canceled  
      sequence  

  public abstract void onSetPrintJobStateResult(boolean, int);
    descriptor: (ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      success   
      sequence  

  public abstract void onSetPrintJobTagResult(boolean, int);
    descriptor: (ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      success   
      sequence  

  public abstract void onGetPrintJobInfoResult(android.print.PrintJobInfo, int);
    descriptor: (Landroid/print/PrintJobInfo;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      printJob  
      sequence  

  public abstract void onGetCustomPrinterIconResult(android.graphics.drawable.Icon, int);
    descriptor: (Landroid/graphics/drawable/Icon;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      icon      
      sequence  

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

  public abstract void customPrinterIconCacheCleared(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      sequence  
}
SourceFile: "IPrintSpoolerCallbacks.java"
NestMembers:
  android.print.IPrintSpoolerCallbacks$Stub  android.print.IPrintSpoolerCallbacks$Stub$Proxy
InnerClasses:
  public abstract Stub = android.print.IPrintSpoolerCallbacks$Stub of android.print.IPrintSpoolerCallbacks