Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java57 private A2dpStateMachine mA2dpStateMachine; field in A2dpStateMachineTest
105 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 …]