Searched refs:STATE_BLOCKED (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintJob.java87 || state == PrintJobInfo.STATE_BLOCKED
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
H A DPrintJobInfo.java48 STATE_CREATED, STATE_QUEUED, STATE_STARTED, STATE_BLOCKED, STATE_COMPLETED,
107 * {@link #STATE_CANCELED}, {@link #STATE_BLOCKED}
119 public static final int STATE_BLOCKED = 4; field in class:PrintJobInfo
348 * @see #STATE_BLOCKED
716 case STATE_BLOCKED: {
717 return "STATE_BLOCKED";
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
220 || state == PrintJobInfo.STATE_BLOCKED) {
243 if (state == PrintJobInfo.STATE_STARTED || state == PrintJobInfo.STATE_BLOCKED) {
244 return setState(PrintJobInfo.STATE_BLOCKED, reason);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java141 case PrintJobInfo.STATE_BLOCKED: {
262 || printJob.getState() == PrintJobInfo.STATE_BLOCKED) {
285 case PrintJobInfo.STATE_BLOCKED: {
339 case PrintJobInfo.STATE_BLOCKED: {
349 case PrintJobInfo.STATE_BLOCKED: {
H A DPrintSpoolerService.java316 || state == PrintJobInfo.STATE_BLOCKED));
384 case PrintJobInfo.STATE_BLOCKED: {
655 || printJobState == PrintJobInfo.STATE_BLOCKED;
662 || printJobState == PrintJobInfo.STATE_BLOCKED;

Completed in 111 milliseconds