Searched defs:MSG_ON_ALL_PRINT_JOBS_HANDLED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java171 mHandler.sendEmptyMessage(MyHandler.MSG_ON_ALL_PRINT_JOBS_HANDLED);
655 public static final int MSG_ON_ALL_PRINT_JOBS_HANDLED = 8; field in class:RemotePrintService.MyHandler
707 case MSG_ON_ALL_PRINT_JOBS_HANDLED: {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java205 HandlerCallerCallback.MSG_ON_ALL_PRINT_JOBS_HANDLED);
213 public static final int MSG_ON_ALL_PRINT_JOBS_HANDLED = 4; field in class:PrintSpoolerService.HandlerCallerCallback
255 case MSG_ON_ALL_PRINT_JOBS_HANDLED: {

Completed in 62 milliseconds