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.java238 assertEquals(expectedEndState, stateMachine.getCurrentCallAudioState()); in testUserBluetoothSwitchOff()
312 assertEquals(expectedEndState, stateMachine.getCurrentCallAudioState()); in testUserBluetoothSwitchOffAndOnAgain()
584 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in testInitializationWithAvailableButInactiveBtDevice()
606 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in initializationTestHelper()
DCallAudioRouteTransitionTests.java395 assertEquals(expectedState, stateMachine.getCurrentCallAudioState()); in testQuiescentTransition()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1525 public CallAudioState getCurrentCallAudioState() { in getCurrentCallAudioState() method in CallAudioRouteStateMachine
1857 CallAudioState currentState = getCurrentCallAudioState(); in updateRouteForForegroundCall()
DCallAudioManager.java349 return mCallAudioRouteStateMachine.getCurrentCallAudioState(); in getCallAudioState()