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

/frameworks/base/core/java/android/printservice/
H A DPrintService.java336 mHandler.sendEmptyMessage(ServiceHandler.MSG_DESTROY_PRINTER_DISCOVERY_SESSION);
389 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 2; field in class:PrintService.ServiceHandler
425 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {
427 Log.i(LOG_TAG, "MSG_DESTROY_PRINTER_DISCOVERY_SESSION "
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintService.java279 mHandler.sendEmptyMessage(MyHandler.MSG_DESTROY_PRINTER_DISCOVERY_SESSION);
594 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 2; field in class:RemotePrintService.MyHandler
618 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {
H A DUserState.java1388 public static final int MSG_DESTROY_PRINTER_DISCOVERY_SESSION = 6; field in class:UserState.PrinterDiscoverySessionMediator.SessionHandler
1439 case MSG_DESTROY_PRINTER_DISCOVERY_SESSION: {

Completed in 39 milliseconds