public interface android.print.IPrintSpooler extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.print.IPrintSpooler
  super_class: java.lang.Object
{
  public abstract void removeObsoletePrintJobs();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void getPrintJobInfos(android.print.IPrintSpoolerCallbacks, android.content.ComponentName, int, int, int);
    descriptor: (Landroid/print/IPrintSpoolerCallbacks;Landroid/content/ComponentName;III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      callback       
      componentName  
      state          
      appId          
      sequence       

  public abstract void getPrintJobInfo(android.print.PrintJobId, android.print.IPrintSpoolerCallbacks, int, int);
    descriptor: (Landroid/print/PrintJobId;Landroid/print/IPrintSpoolerCallbacks;II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      callback    
      appId       
      sequence    

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

  public abstract void setPrintJobState(android.print.PrintJobId, int, java.lang.String, android.print.IPrintSpoolerCallbacks, int);
    descriptor: (Landroid/print/PrintJobId;ILjava/lang/String;Landroid/print/IPrintSpoolerCallbacks;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      printJobId   
      status       
      stateReason  
      callback     
      sequence     

  public abstract void setProgress(android.print.PrintJobId, float);
    descriptor: (Landroid/print/PrintJobId;F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      progress    

  public abstract void setStatus(android.print.PrintJobId, java.lang.CharSequence);
    descriptor: (Landroid/print/PrintJobId;Ljava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      status      

  public abstract void setStatusRes(android.print.PrintJobId, int, java.lang.CharSequence);
    descriptor: (Landroid/print/PrintJobId;ILjava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      printJobId      
      status          
      appPackageName  

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

  public abstract void getCustomPrinterIcon(android.print.PrinterId, android.print.IPrintSpoolerCallbacks, int);
    descriptor: (Landroid/print/PrinterId;Landroid/print/IPrintSpoolerCallbacks;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      printerId  
      callbacks  
      sequence   

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

  public abstract void setPrintJobTag(android.print.PrintJobId, java.lang.String, android.print.IPrintSpoolerCallbacks, int);
    descriptor: (Landroid/print/PrintJobId;Ljava/lang/String;Landroid/print/IPrintSpoolerCallbacks;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      tag         
      callback    
      sequence    

  public abstract void writePrintJobData(android.os.ParcelFileDescriptor, android.print.PrintJobId);
    descriptor: (Landroid/os/ParcelFileDescriptor;Landroid/print/PrintJobId;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      fd          
      printJobId  

  public abstract void setClient(android.print.IPrintSpoolerClient);
    descriptor: (Landroid/print/IPrintSpoolerClient;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      client  

  public abstract void setPrintJobCancelling(android.print.PrintJobId, boolean);
    descriptor: (Landroid/print/PrintJobId;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      cancelling  

  public abstract void pruneApprovedPrintServices(java.util.List<android.content.ComponentName>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (Ljava/util/List<Landroid/content/ComponentName;>;)V
    MethodParameters:
                Name  Flags
      servicesToKeep  
}
SourceFile: "IPrintSpooler.java"
NestMembers:
  android.print.IPrintSpooler$Stub  android.print.IPrintSpooler$Stub$Proxy
InnerClasses:
  public abstract Stub = android.print.IPrintSpooler$Stub of android.print.IPrintSpooler