Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java134 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
135 assertAudioRoute(inCallService, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
140 assertAudioRoute(connection, secondRoute); in testSwitchAudioRoutes()
141 assertAudioRoute(inCallService, secondRoute); in testSwitchAudioRoutes()
DOutgoingCallTest.java91 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
DCallDiagnosticServiceTest.java186 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testCallAudioRoute()
DBaseTelecomTestWithMockServices.java1335 void assertAudioRoute(final InCallService incallService, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices
1373 void assertAudioRoute(final MockConnection connection, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices