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

  /frameworks/base/core/java/android/printservice/
IPrintServiceClient.aidl 34 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
PrintJob.java 379 if (mPrintServiceClient.setPrintJobState(mCachedInfo.getId(), state, error)) {
  /frameworks/base/core/java/android/print/
IPrintSpooler.aidl 42 void setPrintJobState(in PrintJobId printJobId, int status, String stateReason,
  /frameworks/base/services/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 709 public boolean setPrintJobState(PrintJobId printJobId, int state, String error) {
714 return service.mSpooler.setPrintJobState(printJobId, state, error);
UserState.java 145 mSpooler.setPrintJobState(printJob.getId(), PrintJobInfo.STATE_FAILED,
294 mSpooler.setPrintJobState(printJobId, PrintJobInfo.STATE_CANCELED, null);
303 mSpooler.setPrintJobState(printJobId, PrintJobInfo.STATE_QUEUED, null);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java 310 setPrintJobState(printJob.getId(), PrintJobInfo.STATE_CREATED, null);
362 setPrintJobState(printJob.getId(), PrintJobInfo.STATE_FAILED,
473 public boolean setPrintJobState(PrintJobId printJobId, int state, String error) {
    [all...]
PrintJobConfigActivity.java 270 mSpoolerProvider.getSpooler().setPrintJobState(mPrintJobId,
273 mSpoolerProvider.getSpooler().setPrintJobState(mPrintJobId,
    [all...]

Completed in 1337 milliseconds