Searched refs:mA2dpStateMachine (Results 1 – 1 of 1) sorted by relevance
57 private A2dpStateMachine mA2dpStateMachine; field in A2dpStateMachineTest105 mA2dpStateMachine.start(); in setUp()113 mA2dpStateMachine.doQuit(); in tearDown()124 mA2dpStateMachine.getConnectionState()); in testDefaultDisconnectedState()155 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testIncomingPriorityReject()181 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testIncomingPriorityAccept()204 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testIncomingPriorityAccept()228 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testOutgoingTimeout()240 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testOutgoingTimeout()268 Assert.assertThat(mA2dpStateMachine.getCurrentState(), in testIncomingTimeout()[all …]