HomeSort by relevance Sort by last modified time
    Searched refs:MSG_STOP_PRINTER_DISCOVERY (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/printservice/
PrintService.java 378 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY);
423 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
479 case MSG_STOP_PRINTER_DISCOVERY: {
481 Log.i(LOG_TAG, "MSG_STOP_PRINTER_DISCOVERY "
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 341 mHandler.sendEmptyMessage(MyHandler.MSG_STOP_PRINTER_DISCOVERY);
606 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
637 case MSG_STOP_PRINTER_DISCOVERY: {
UserState.java     [all...]

Completed in 226 milliseconds