FileDocCategorySizeDatePackage
PrintJobInfo.javaAPI DocAndroid 5.1 API2171Sat Mar 14 14:09:40 GMT 2015android.print

PrintJobInfo

public final class PrintJobInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
STATE_BLOCKED
public static final int
STATE_CANCELED
public static final int
STATE_COMPLETED
public static final int
STATE_CREATED
public static final int
STATE_FAILED
public static final int
STATE_QUEUED
public static final int
STATE_STARTED
Constructors Summary
PrintJobInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.print.PrintAttributesgetAttributes()

 throw new RuntimeException("Stub!"); 
public intgetCopies()

 throw new RuntimeException("Stub!"); 
public longgetCreationTime()

 throw new RuntimeException("Stub!"); 
public android.print.PrintJobIdgetId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLabel()

 throw new RuntimeException("Stub!"); 
public android.print.PageRange[]getPages()

 throw new RuntimeException("Stub!"); 
public android.print.PrinterIdgetPrinterId()

 throw new RuntimeException("Stub!"); 
public intgetState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");