Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBackgroundCallAudioTest.java97 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllow()
123 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testHoldAfterAudioProcessingFromCallScreening()
154 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningDisallow()
182 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningMissed()
208 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing()
217 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing()
247 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
255 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
291 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
326 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessActiveCall()
[all …]
DCallDetailsTest.java874 assertAudioMode(audioManager, AudioManager.MODE_IN_COMMUNICATION); in testSetVoipAudioMode()
878 assertAudioMode(audioManager, AudioManager.MODE_IN_CALL); in testSetVoipAudioMode()
DBaseTelecomTestWithMockServices.java1921 public void assertAudioMode(final AudioManager audioManager, final int expectedMode) { in assertAudioMode() method in BaseTelecomTestWithMockServices