Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java82 private MceStateMachine mMceStateMachine = null; field in MapClientStateMachineTest
133 mMceStateMachine = new MceStateMachine(mMockMapClientService, mTestDevice, mMockMasClient); in setUp()
134 Assert.assertNotNull(mMceStateMachine); in setUp()
147 if (mMceStateMachine != null) { in tearDown()
148 mMceStateMachine.doQuit(); in tearDown()
160 Assert.assertEquals(BluetoothProfile.STATE_CONNECTING, mMceStateMachine.getState()); in testDefaultConnectingState()
172 mMceStateMachine.sendMessage(msg); in testStateTransitionFromConnectingToDisconnected()
181 Assert.assertEquals(BluetoothProfile.STATE_DISCONNECTED, mMceStateMachine.getState()); in testStateTransitionFromConnectingToDisconnected()
193 mMceStateMachine.sendMessage(msg); in testStateTransitionFromConnectingToConnected()
202 Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); in testStateTransitionFromConnectingToConnected()
[all …]