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

  /frameworks/base/core/java/android/printservice/
PrintService.java 339 mHandler.sendEmptyMessage(ServiceHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
396 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1;
416 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
418 Log.i(LOG_TAG, "MSG_CREATE_PRINTER_DISCOVERY_SESSION "
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 252 mHandler.sendEmptyMessage(MyHandler.MSG_CREATE_PRINTER_DISCOVERY_SESSION);
593 public static final int MSG_CREATE_PRINTER_DISCOVERY_SESSION = 1;
614 case MSG_CREATE_PRINTER_DISCOVERY_SESSION: {
UserState.java     [all...]

Completed in 79 milliseconds