Searched refs:assertAudioMode (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BackgroundCallAudioTest.java | 88 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllow() 114 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningDisallow() 142 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningMissed() 168 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() 177 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() 207 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() 215 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() 251 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessingFromIncomingActivePlaceEmergencyCall() 286 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessActiveCall() 308 assertAudioMode(audioManager, MODE_CALL_SCREENING); in testAudioProcessActiveCallMissed() [all …]
|
D | CallDetailsTest.java | 827 assertAudioMode(audioManager, AudioManager.MODE_IN_COMMUNICATION); in testSetVoipAudioMode() 831 assertAudioMode(audioManager, AudioManager.MODE_IN_CALL); in testSetVoipAudioMode()
|
D | BaseTelecomTestWithMockServices.java | 1699 public void assertAudioMode(final AudioManager audioManager, final int expectedMode) { in assertAudioMode() method in BaseTelecomTestWithMockServices
|