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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java363 mHandler.sendEmptyMessage(ServiceHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
420 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:PrintService.ServiceHandler
440 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
442 Log.i(LOG_TAG, "MSG_CREATE_PRINTER_DISCOVERY_SESSION "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java244 mHandler.sendEmptyMessage(MyHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
603 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:RemotePrintService.MyHandler
624 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
H A DUserState.java1258 SessionHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION,
1443 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 5; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1490 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {

Completed in 145 milliseconds