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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java331 mHandler.sendEmptyMessage(ServiceHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
388 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:PrintService.ServiceHandler
408 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
410 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.java1202 SessionHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION,
1387 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 5; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1434 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {

Completed in 33 milliseconds