Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
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()
DPbapClientConnectionHandler.java64 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler
233 case MSG_DISCONNECT: in handleMessage()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
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()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java114 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection
183 case MSG_DISCONNECT:
747 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();