HomeSort by relevance Sort by last modified time
    Searched defs:setPrintJobState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 205 public final boolean setPrintJobState(PrintJobId printJobId, int state, String error) {
212 return mSetPrintJobStatusCaller.setPrintJobState(getRemoteInstanceLazy(),
220 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] setPrintJobState()");
517 public boolean setPrintJobState(IPrintSpooler target, PrintJobId printJobId,
520 target.setPrintJobState(printJobId, status, error, mCallback, sequence);
RemotePrintService.java 718 public boolean setPrintJobState(PrintJobId printJobId, int state, String error) {
723 return service.mSpooler.setPrintJobState(printJobId, state, error);
UserState.java 147 mSpooler.setPrintJobState(printJob.getId(), PrintJobInfo.STATE_FAILED,
296 mSpooler.setPrintJobState(printJobId, PrintJobInfo.STATE_CANCELED, null);
305 mSpooler.setPrintJobState(printJobId, PrintJobInfo.STATE_QUEUED, null);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 311 setPrintJobState(printJob.getId(), PrintJobInfo.STATE_CREATED, null);
363 setPrintJobState(printJob.getId(), PrintJobInfo.STATE_FAILED,
474 public boolean setPrintJobState(PrintJobId printJobId, int state, String error) {
    [all...]

Completed in 1871 milliseconds