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.java122 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()
174 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java87 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine
468 case MSG_MAS_DISCONNECTED: in processMessage()
525 case MSG_MAS_DISCONNECTED: in processMessage()
916 case MSG_MAS_DISCONNECTED: in processMessage()
DMasClient.java170 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()