Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java142 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_CONNECTED); in testStateTransitionFromConnectingToConnected()
163 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_CONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()
190 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_CONNECTED); in testReceiveEmptyEvent()
213 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_CONNECTED); in testSetMessageStatus()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java143 mCallback.sendMessage(MceStateMachine.MSG_MAS_CONNECTED); in connect()
DMceStateMachine.java86 static final int MSG_MAS_CONNECTED = 1001; field in MceStateMachine
464 case MSG_MAS_CONNECTED: in processMessage()