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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java413 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)
442 public static final int MSG_SET_CLIENT = 11; field in class:PrintService.ServiceHandler
567 case MSG_SET_CLIENT: {
569 Log.i(LOG_TAG, "MSG_SET_CLIENT "
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java208 public static final int MSG_SET_CLIENT = 1; field in class:PrintSpoolerService.HandlerCallerCallback
218 case MSG_SET_CLIENT: {
1433 HandlerCallerCallback.MSG_SET_CLIENT, client);

Completed in 113 milliseconds