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 384 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY);
435 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
492 case MSG_STOP_PRINTER_DISCOVERY: {
494 Log.i(LOG_TAG, "MSG_STOP_PRINTER_DISCOVERY "
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 355 mHandler.sendEmptyMessage(MyHandler.MSG_STOP_PRINTER_DISCOVERY);
636 public static final int MSG_STOP_PRINTER_DISCOVERY = 4;
667 case MSG_STOP_PRINTER_DISCOVERY: {
UserState.java     [all...]

Completed in 4584 milliseconds