Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java77 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine
184 case MSG_DISCONNECT: in processMessage()
230 .obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()
251 case MSG_DISCONNECT: in processMessage()
292 case MSG_DISCONNECT: in processMessage()
359 sendMessage(MSG_DISCONNECT, device); in disconnect()
DPbapClientConnectionHandler.java63 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler
219 case MSG_DISCONNECT: in handleMessage()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java57 private static final int MSG_DISCONNECT = 1; field in AoapServiceManager
76 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()
150 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()
151 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java107 private static final int MSG_DISCONNECT = 2; field in MceStateMachine
336 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()
618 case MSG_DISCONNECT: in processMessage()
692 case MSG_DISCONNECT: in processMessage()
1246 case MSG_DISCONNECT: in processMessage()
1305 case MSG_DISCONNECT: in getMessageName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandlerTest.java198 mHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT).sendToTarget(); in createAndDisconnectWithoutAddingAccount_doesNotCrash()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java122 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection
194 case MSG_DISCONNECT:
778 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();