Searched defs:MSG_CREATE_PRINTER_DISCOVERY_SESSION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/printservice/
H A DPrintService.java339 mHandler.sendEmptyMessage(ServiceHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
396 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:PrintService.ServiceHandler
416 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
418 Log.i(LOG_TAG, "MSG_CREATE_PRINTER_DISCOVERY_SESSION "
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintService.java252 mHandler.sendEmptyMessage(MyHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
593 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:RemotePrintService.MyHandler
614 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
H A DUserState.java1210 SessionHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION,
1395 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 5; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1442 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {

Completed in 60 milliseconds