Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java85 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine
606 case MSG_MAS_DISCONNECTED: in processMessage()
698 case MSG_MAS_DISCONNECTED: in processMessage()
1240 case MSG_MAS_DISCONNECTED: in processMessage()
1277 case MSG_MAS_DISCONNECTED: in getMessageName()
DMasClient.java168 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java277 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()
333 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()
393 mMceStateMachine.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in testDisconnect()