Searched refs:MSG_DESTROY_PRINTER_DISCOVERY_SESSION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/printservice/
H A DPrintService.java368 mHandler.sendEmptyMessage(ServiceHandler.MSG_DESTROY_PRINTER_DISCOVERY_SESSION);
421 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 2; field in class:PrintService.ServiceHandler
457 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {
459 Log.i(LOG_TAG, "MSG_DESTROY_PRINTER_DISCOVERY_SESSION "
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java271 mHandler.sendEmptyMessage(MyHandler.MSG_DESTROY_PRINTER_DISCOVERY_SESSION);
604 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 2; field in class:RemotePrintService.MyHandler
628 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {
H A DUserState.java1444 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 6; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1495 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {

Completed in 204 milliseconds