Home
last modified time | relevance | path

Searched refs:MSG_DISCONNECT (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java85 mHandler.obtainMessage(MyHandler.MSG_DISCONNECT).sendToTarget(); in onBind()
103 static final int MSG_DISCONNECT = 2;
117 case MSG_DISCONNECT:
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java76 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine
175 case MSG_DISCONNECT: in processMessage()
257 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()
274 case MSG_DISCONNECT: in processMessage()
314 case MSG_DISCONNECT: in processMessage()
353 sendMessage(MSG_DISCONNECT, device); in disconnect()
H A DPbapClientConnectionHandler.java64 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler
233 case MSG_DISCONNECT: in handleMessage()
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DAoapServiceManager.java56 private static final int MSG_DISCONNECT = 1; field in AoapServiceManager
75 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()
149 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()
150 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
/aosp12/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java100 private static final int MSG_DISCONNECT = 4; field in RemoteDisplayProvider
350 mHandler.obtainMessage(MSG_DISCONNECT, id).sendToTarget(); in disconnect()
387 case MSG_DISCONNECT: { in handleMessage()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java113 private static final int MSG_DISCONNECT = 2; field in MceStateMachine
266 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()
496 case MSG_DISCONNECT: in processMessage()
545 case MSG_DISCONNECT: in processMessage()
963 case MSG_DISCONNECT: in processMessage()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java114 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection
183 case MSG_DISCONNECT:
747 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java172 private static final int MSG_DISCONNECT = 6; field in ConnectionService
546 mHandler.obtainMessage(MSG_DISCONNECT, args).sendToTarget();
1224 case MSG_DISCONNECT: {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt44769 Landroid/printservice/recommendation/RecommendationService$MyHandler;->MSG_DISCONNECT:I
55249 Landroid/telecom/ConnectionService;->MSG_DISCONNECT:I