Searched refs:STATE_QUEUED (Results 1 – 11 of 11) sorted by relevance
85 if (state == PrintJobInfo.STATE_QUEUED in cancel()115 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()
51 STATE_QUEUED,108 public static final int STATE_QUEUED = PrintJobInfoProto.STATE_QUEUED; field in PrintJobInfo597 return mCanceling || mState == STATE_STARTED || mState == STATE_QUEUED; in shouldStayAwake()722 case STATE_QUEUED: { in stateToString()
125 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()219 if (state == PrintJobInfo.STATE_QUEUED in start()
202 || printJob.getState() == PrintJobInfo.STATE_QUEUED) { in createNotification()298 case PrintJobInfo.STATE_QUEUED: in shouldNotifyForState()
409 case PrintJobInfo.STATE_QUEUED: in handleReadPrintJobsLocked()593 case PrintJobInfo.STATE_QUEUED: { in setPrintJobState()689 || printJobState == PrintJobInfo.STATE_QUEUED); in isObsoleteState()693 return printJobState == PrintJobInfo.STATE_QUEUED in isScheduledState()700 || printJobState == PrintJobInfo.STATE_QUEUED in isActiveState()776 return printJob.getState() >= PrintJobInfo.STATE_QUEUED; in shouldPersistPrintJob()
345 STATE_QUEUED = 2; enumerator
374 mSpooler.setPrintJobState(printJobId, PrintJobInfo.STATE_QUEUED, null); in restartPrintJob()
424 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_QUEUED, in onPause()
23065 field public static final int STATE_QUEUED = 2; // 0x2
36614 field public static final int STATE_QUEUED = 2; // 0x2
36758 field public static final int STATE_QUEUED = 2; // 0x2