Searched refs:MSG_ON_PRINTJOB_QUEUED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/printservice/
H A DPrintService.java413 mHandler.obtainMessage(ServiceHandler.MSG_ON_PRINTJOB_QUEUED,
427 public static final int MSG_ON_PRINTJOB_QUEUED = 8; field in class:PrintService.ServiceHandler
531 case MSG_ON_PRINTJOB_QUEUED: {
533 Log.i(LOG_TAG, "MSG_ON_PRINTJOB_QUEUED "

Completed in 1709 milliseconds