Home
last modified time | relevance | path

Searched refs:STATE_BLOCKED (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/printservice/
DPrintJob.java157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
220 || state == PrintJobInfo.STATE_BLOCKED) { in start()
243 if (state == PrintJobInfo.STATE_STARTED || state == PrintJobInfo.STATE_BLOCKED) { in block()
244 return setState(PrintJobInfo.STATE_BLOCKED, reason); in block()
/frameworks/base/core/java/android/print/
DPrintJob.java87 || state == PrintJobInfo.STATE_BLOCKED in cancel()
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
DPrintJobInfo.java53 STATE_BLOCKED,
126 public static final int STATE_BLOCKED = PrintJobInfoProto.STATE_BLOCKED; field in PrintJobInfo
728 case STATE_BLOCKED: { in stateToString()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java142 case PrintJobInfo.STATE_BLOCKED: { in createSimpleNotification()
249 case PrintJobInfo.STATE_BLOCKED: { in computeNotificationTitle()
303 case PrintJobInfo.STATE_BLOCKED: { in shouldNotifyForState()
313 case PrintJobInfo.STATE_BLOCKED: { in computeNotificationIcon()
333 case PrintJobInfo.STATE_BLOCKED: { in computeChannel()
DPrintSpoolerService.java344 || state == PrintJobInfo.STATE_BLOCKED)); in isStateVisibleToUser()
411 case PrintJobInfo.STATE_BLOCKED: { in handleReadPrintJobsLocked()
695 || printJobState == PrintJobInfo.STATE_BLOCKED; in isScheduledState()
702 || printJobState == PrintJobInfo.STATE_BLOCKED; in isActiveState()
/frameworks/base/core/proto/android/service/
Dprint.proto351 STATE_BLOCKED = 4; enumerator
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23060 field public static final int STATE_BLOCKED = 4; // 0x4
/frameworks/base/non-updatable-api/
Dcurrent.txt36609 field public static final int STATE_BLOCKED = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt36753 field public static final int STATE_BLOCKED = 4; // 0x4