File
Doc
Category
Size
Date
Package
PrintJob.java
API Doc
Android 5.1 API
1785
Sat Mar 14 14:09:42 GMT 2015
android.printservice
PrintJob
java.lang.Object
public final class PrintJob extends Object
Fields Summary
Constructors Summary
PrintJob
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
block
(
java.lang.String
reason)
throw new RuntimeException("Stub!");
public
boolean
cancel
()
throw new RuntimeException("Stub!");
public
boolean
complete
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
boolean
fail
(
java.lang.String
error)
throw new RuntimeException("Stub!");
public
int
getAdvancedIntOption
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
java.lang.String
getAdvancedStringOption
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
android.printservice.PrintDocument
getDocument
()
throw new RuntimeException("Stub!");
public
android.print.PrintJobId
getId
()
throw new RuntimeException("Stub!");
public
android.print.PrintJobInfo
getInfo
()
throw new RuntimeException("Stub!");
public
java.lang.String
getTag
()
throw new RuntimeException("Stub!");
public
boolean
hasAdvancedOption
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
isBlocked
()
throw new RuntimeException("Stub!");
public
boolean
isCancelled
()
throw new RuntimeException("Stub!");
public
boolean
isCompleted
()
throw new RuntimeException("Stub!");
public
boolean
isFailed
()
throw new RuntimeException("Stub!");
public
boolean
isQueued
()
throw new RuntimeException("Stub!");
public
boolean
isStarted
()
throw new RuntimeException("Stub!");
public
boolean
setTag
(
java.lang.String
tag)
throw new RuntimeException("Stub!");
public
boolean
start
()
throw new RuntimeException("Stub!");
Java Code Source