public interface android.printservice.IPrintServiceClient extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.printservice.IPrintServiceClient
  super_class: java.lang.Object
{
  public abstract java.util.List<android.print.PrintJobInfo> getPrintJobInfos();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/print/PrintJobInfo;>;

  public abstract android.print.PrintJobInfo getPrintJobInfo(android.print.PrintJobId);
    descriptor: (Landroid/print/PrintJobId;)Landroid/print/PrintJobInfo;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  

  public abstract boolean setPrintJobState(android.print.PrintJobId, int, java.lang.String);
    descriptor: (Landroid/print/PrintJobId;ILjava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      state       
      error       

  public abstract boolean setPrintJobTag(android.print.PrintJobId, java.lang.String);
    descriptor: (Landroid/print/PrintJobId;Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printJobId  
      tag         

  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 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 onPrintersAdded(android.content.pm.ParceledListSlice);
    descriptor: (Landroid/content/pm/ParceledListSlice;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      printers  

  public abstract void onPrintersRemoved(android.content.pm.ParceledListSlice);
    descriptor: (Landroid/content/pm/ParceledListSlice;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      printerIds  

  public abstract void onCustomPrinterIconLoaded(android.print.PrinterId, android.graphics.drawable.Icon);
    descriptor: (Landroid/print/PrinterId;Landroid/graphics/drawable/Icon;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      printerId  
      icon       
}
SourceFile: "IPrintServiceClient.java"
NestMembers:
  android.printservice.IPrintServiceClient$Stub  android.printservice.IPrintServiceClient$Stub$Proxy
InnerClasses:
  public abstract Stub = android.printservice.IPrintServiceClient$Stub of android.printservice.IPrintServiceClient