Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/printservice/
DPrintJob.java139 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
195 || state == PrintJobInfo.STATE_BLOCKED) { in start()
218 || (state == PrintJobInfo.STATE_BLOCKED in block()
220 return setState(PrintJobInfo.STATE_BLOCKED, reason); in block()
/frameworks/base/core/java/android/print/
DPrintJob.java82 || state == PrintJobInfo.STATE_BLOCKED in cancel()
136 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
DPrintJobInfo.java97 public static final int STATE_BLOCKED = 4; field in PrintJobInfo
650 case STATE_BLOCKED: { in stateToString()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java99 case PrintJobInfo.STATE_BLOCKED: { in createSimpleNotification()
222 case PrintJobInfo.STATE_BLOCKED: { in computeNotificationTitle()
280 case PrintJobInfo.STATE_BLOCKED: { in shouldNotifyForState()
290 case PrintJobInfo.STATE_BLOCKED: { in computeNotificationIcon()
DPrintSpoolerService.java292 || state == PrintJobInfo.STATE_BLOCKED)); in isStateVisibleToUser()
360 case PrintJobInfo.STATE_BLOCKED: { in handleReadPrintJobsLocked()
571 || printJobState == PrintJobInfo.STATE_BLOCKED; in isScheduledState()
578 || printJobState == PrintJobInfo.STATE_BLOCKED; in isActiveState()
/frameworks/base/api/
Dcurrent.txt24338 field public static final int STATE_BLOCKED = 4; // 0x4
Dsystem-current.txt26294 field public static final int STATE_BLOCKED = 4; // 0x4