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.java74 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine
173 case MSG_DISCONNECT: in processMessage()
255 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()
272 case MSG_DISCONNECT: in processMessage()
312 case MSG_DISCONNECT: in processMessage()
351 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
77 if (msg.what == MSG_DISCONNECT) { in AoapServiceManager()
151 mHandler.removeMessages(MSG_DISCONNECT, connection); in postponeServiceDisconnection()
152 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_DISCONNECT, connection), in postponeServiceDisconnection()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java103 private static final int MSG_DISCONNECT = 2; field in MceStateMachine
253 sendMessage(MSG_DISCONNECT, mDevice); in disconnect()
439 case MSG_DISCONNECT: in processMessage()
478 case MSG_DISCONNECT: in processMessage()
840 case MSG_DISCONNECT: in processMessage()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java94 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection
176 case MSG_DISCONNECT:
664 mHandler.obtainMessage(MSG_DISCONNECT).sendToTarget();