FileDocCategorySizeDatePackage
PrintJob.javaAPI DocAndroid 5.1 API968Sat Mar 14 14:09:42 GMT 2015android.print

PrintJob.java

package android.print;
public final class PrintJob
{
PrintJob() { throw new RuntimeException("Stub!"); }
public  android.print.PrintJobId getId() { throw new RuntimeException("Stub!"); }
public  android.print.PrintJobInfo getInfo() { throw new RuntimeException("Stub!"); }
public  void cancel() { throw new RuntimeException("Stub!"); }
public  void restart() { throw new RuntimeException("Stub!"); }
public  boolean isQueued() { throw new RuntimeException("Stub!"); }
public  boolean isStarted() { throw new RuntimeException("Stub!"); }
public  boolean isBlocked() { throw new RuntimeException("Stub!"); }
public  boolean isCompleted() { throw new RuntimeException("Stub!"); }
public  boolean isFailed() { throw new RuntimeException("Stub!"); }
public  boolean isCancelled() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
}