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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java401 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)
429 public static final int MSG_SET_CLIENT = 10; field in class:PrintService.ServiceHandler
543 case MSG_SET_CLIENT: {
545 Log.i(LOG_TAG, "MSG_SET_CLIENT "
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java184 public static final int MSG_SET_CLIENT = 1; field in class:PrintSpoolerService.HandlerCallerCallback
194 case MSG_SET_CLIENT: {
1291 HandlerCallerCallback.MSG_SET_CLIENT, client);

Completed in 403 milliseconds