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 354 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY);
399 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
455 case MSG_STOP_PRINTER_DISCOVERY: {
457 Log.i(LOG_TAG, "MSG_STOP_PRINTER_DISCOVERY "
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 349 mHandler.sendEmptyMessage(MyHandler.MSG_STOP_PRINTER_DISCOVERY);
596 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
627 case MSG_STOP_PRINTER_DISCOVERY: {
UserState.java     [all...]

Completed in 74 milliseconds