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

  /frameworks/base/core/java/android/printservice/
PrintService.java 413 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)
442 public static final int MSG_SET_CLIENT = 11;
567 case MSG_SET_CLIENT: {
569 Log.i(LOG_TAG, "MSG_SET_CLIENT "
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 208 public static final int MSG_SET_CLIENT = 1;
218 case MSG_SET_CLIENT: {
    [all...]

Completed in 1280 milliseconds