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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java368 mHandler.sendEmptyMessage(ServiceHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
432 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:PrintService.ServiceHandler
453 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
455 Log.i(LOG_TAG, "MSG_CREATE_PRINTER_DISCOVERY_SESSION "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java258 mHandler.sendEmptyMessage(MyHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
633 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1; field in class:RemotePrintService.MyHandler
654 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
H A DUserState.java1601 SessionHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION,
1786 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 5; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1833 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {

Completed in 141 milliseconds