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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java407 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY);
458 public static final int MSG_STOP_PRINTER_DISCOVERY = 4; field in class:PrintService.ServiceHandler
515 case MSG_STOP_PRINTER_DISCOVERY: {
517 Log.i(LOG_TAG, "MSG_STOP_PRINTER_DISCOVERY "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java350 mHandler.sendEmptyMessage(MyHandler.MSG_STOP_PRINTER_DISCOVERY);
651 public static final int MSG_STOP_PRINTER_DISCOVERY = 4; field in class:RemotePrintService.MyHandler
688 case MSG_STOP_PRINTER_DISCOVERY: {
H A DUserState.java1779 public static final int MSG_STOP_PRINTER_DISCOVERY = 8; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1838 case MSG_STOP_PRINTER_DISCOVERY: {

Completed in 573 milliseconds