Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoCallTests.java78 verifyAudioRoute(CallAudioState.ROUTE_SPEAKER); in testAutoSpeakerphoneIncomingBidirectional()
95 verifyAudioRoute(CallAudioState.ROUTE_SPEAKER); in testAutoSpeakerphoneIncomingReceiveOnly()
110 verifyAudioRoute(CallAudioState.ROUTE_SPEAKER); in testAutoSpeakerphoneOutgoingBidirectional()
126 verifyAudioRoute(CallAudioState.ROUTE_SPEAKER); in testAutoSpeakerphoneOutgoingTransmitOnly()
142 verifyAudioRoute(CallAudioState.ROUTE_EARPIECE); in testNoAutoSpeakerphoneOnOutgoing()
157 verifyAudioRoute(CallAudioState.ROUTE_EARPIECE); in testNoAutoSpeakerphoneOnIncoming()
259 private void verifyAudioRoute(int expectedRoute) throws Exception { in verifyAudioRoute() method in VideoCallTests