Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java131 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
132 assertAudioRoute(inCallService, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
137 assertAudioRoute(connection, secondRoute); in testSwitchAudioRoutes()
138 assertAudioRoute(inCallService, secondRoute); in testSwitchAudioRoutes()
DOutgoingCallTest.java86 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
DBaseTelecomTestWithMockServices.java1132 void assertAudioRoute(final InCallService incallService, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices
1170 void assertAudioRoute(final MockConnection connection, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices