Searched refs:assertAudioMode (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BackgroundCallAudioTest.java | 97 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 …]
|
D | CallDetailsTest.java | 874 assertAudioMode(audioManager, AudioManager.MODE_IN_COMMUNICATION); in testSetVoipAudioMode() 878 assertAudioMode(audioManager, AudioManager.MODE_IN_CALL); in testSetVoipAudioMode()
|
D | BaseTelecomTestWithMockServices.java | 1921 public void assertAudioMode(final AudioManager audioManager, final int expectedMode) { in assertAudioMode() method in BaseTelecomTestWithMockServices
|