Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java73 private static final int MSG_DISCONNECT = 2; field in PbapClientStateMachine
168 case MSG_DISCONNECT: in processMessage()
247 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_DISCONNECT) in enter()
262 case MSG_DISCONNECT: in processMessage()
300 case MSG_DISCONNECT: in processMessage()
336 sendMessage(MSG_DISCONNECT, device); in disconnect()
DPbapClientConnectionHandler.java50 static final int MSG_DISCONNECT = 2; field in PbapClientConnectionHandler
190 case MSG_DISCONNECT: in handleMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java97 private static final int MSG_DISCONNECT = 2; field in MceStateMachine
191 sendMessage(MSG_DISCONNECT, device); in disconnect()
355 case MSG_DISCONNECT: in processMessage()
392 case MSG_DISCONNECT: in processMessage()
590 case MSG_DISCONNECT: in processMessage()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java76 private static final int MSG_DISCONNECT = 4; field in TelephonyConnection
138 case MSG_DISCONNECT:
823 getPhone().registerForDisconnect(mHandler, MSG_DISCONNECT, null); in setOriginalConnection()