Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java284 assertEquals(expectedEndState, stateMachine.getCurrentCallAudioState()); in testUserBluetoothSwitchOff()
362 assertEquals(expectedEndState, stateMachine.getCurrentCallAudioState()); in testUserBluetoothSwitchOffAndOnAgain()
665 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in testInitializationWithAvailableButInactiveBtDevice()
687 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in initializationTestHelper()
DCallAudioRouteTransitionTests.java395 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in testQuiescentTransition()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1557 public CallAudioState getCurrentCallAudioState() { in getCurrentCallAudioState() method in CallAudioRouteStateMachine
1885 CallAudioState currentState = getCurrentCallAudioState(); in updateRouteForForegroundCall()
DCallAudioManager.java357 return mCallAudioRouteStateMachine.getCurrentCallAudioState(); in getCallAudioState()