Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java103 if (mInCallCallbacks.getService().getCallAudioState().getSupportedRouteMask() == in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
119 if (mInCallCallbacks.getService().getCallAudioState().getSupportedRouteMask() == in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
DCtsCallDiagnosticService.java184 public CallAudioState getCallAudioState() { in getCallAudioState() method in CtsCallDiagnosticService
DBaseTelecomTestWithMockServices.java1265 final CallAudioState state = incallService.getCallAudioState(); in assertMuteState()
1284 final CallAudioState state = connection.getCallAudioState(); in assertMuteState()
1303 final CallAudioState state = incallService.getCallAudioState(); in assertAudioRoute()
1322 final CallAudioState state = incallService.getCallAudioState(); in assertNotAudioRoute()
1341 final CallAudioState state = ((Connection) connection).getCallAudioState(); in assertAudioRoute()
DCallDiagnosticServiceTest.java190 assertEquals(CallAudioState.ROUTE_SPEAKER, mService.getCallAudioState().getRoute()); in testCallAudioRoute()