public interface android.print.IPrintDocumentAdapter extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.print.IPrintDocumentAdapter
  super_class: java.lang.Object
{
  public abstract void setObserver(android.print.IPrintDocumentAdapterObserver);
    descriptor: (Landroid/print/IPrintDocumentAdapterObserver;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      observer  

  public abstract void start();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void layout(android.print.PrintAttributes, android.print.PrintAttributes, android.print.ILayoutResultCallback, android.os.Bundle, int);
    descriptor: (Landroid/print/PrintAttributes;Landroid/print/PrintAttributes;Landroid/print/ILayoutResultCallback;Landroid/os/Bundle;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      oldAttributes  
      newAttributes  
      callback       
      metadata       
      sequence       

  public abstract void write(android.print.PageRange[], android.os.ParcelFileDescriptor, android.print.IWriteResultCallback, int);
    descriptor: ([Landroid/print/PageRange;Landroid/os/ParcelFileDescriptor;Landroid/print/IWriteResultCallback;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      pages     
      fd        
      callback  
      sequence  

  public abstract void finish();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void kill(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      reason  
}
SourceFile: "IPrintDocumentAdapter.java"
NestMembers:
  android.print.IPrintDocumentAdapter$Stub  android.print.IPrintDocumentAdapter$Stub$Proxy
InnerClasses:
  public abstract Stub = android.print.IPrintDocumentAdapter$Stub of android.print.IPrintDocumentAdapter