Searched defs:MSG_CONNECT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java83 mHandler.obtainMessage(MyHandler.MSG_CONNECT, callbacks).sendToTarget();
102 static final int MSG_CONNECT = 1; field in class:RecommendationService.MyHandler
113 case MSG_CONNECT:
/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java273 private static final int MSG_CONNECT = 1; field in class:AutofillService
282 mHandlerCaller.obtainMessage(MSG_CONNECT).sendToTarget();
310 case MSG_CONNECT: {
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java95 private static final int MSG_CONNECT = 3; field in class:RemoteDisplayProvider
341 mHandler.obtainMessage(MSG_CONNECT, id).sendToTarget();
376 case MSG_CONNECT: {

Completed in 677 milliseconds