Searched defs:MSG_DISCONNECT (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java85 mHandler.obtainMessage(MyHandler.MSG_DISCONNECT).sendToTarget();
103 static final int MSG_DISCONNECT = 2; field in class:RecommendationService.MyHandler
117 case MSG_DISCONNECT:
/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java274 private static final int MSG_DISCONNECT = 2; field in class:AutofillService
284 mHandlerCaller.obtainMessage(MSG_DISCONNECT).sendToTarget();
330 } case MSG_DISCONNECT: {
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java96 private static final int MSG_DISCONNECT = 4; field in class:RemoteDisplayProvider
346 mHandler.obtainMessage(MSG_DISCONNECT, id).sendToTarget();
383 case MSG_DISCONNECT: {
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java134 private static final int MSG_DISCONNECT = 6; field in class:ConnectionService
346 mHandler.obtainMessage(MSG_DISCONNECT, args).sendToTarget();
767 case MSG_DISCONNECT: {

Completed in 2198 milliseconds