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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java378 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY);
423 public static final int MSG_STOP_PRINTER_DISCOVERY = 4; field in class:PrintService.ServiceHandler
479 case MSG_STOP_PRINTER_DISCOVERY: {
481 Log.i(LOG_TAG, "MSG_STOP_PRINTER_DISCOVERY "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java341 mHandler.sendEmptyMessage(MyHandler.MSG_STOP_PRINTER_DISCOVERY);
606 public static final int MSG_STOP_PRINTER_DISCOVERY = 4; field in class:RemotePrintService.MyHandler
637 case MSG_STOP_PRINTER_DISCOVERY: {
H A DUserState.java1446 public static final int MSG_STOP_PRINTER_DISCOVERY = 8; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1505 case MSG_STOP_PRINTER_DISCOVERY: {

Completed in 124 milliseconds