Home
last modified time | relevance | path

Searched refs:MSG_MAS_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java171 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()
226 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()
290 mMceStateMachine.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in testDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java90 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine
484 case MSG_MAS_DISCONNECTED: in processMessage()
551 case MSG_MAS_DISCONNECTED: in processMessage()
957 case MSG_MAS_DISCONNECTED: in processMessage()
DMasClient.java170 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()