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/
DOutgoingCallTest.java63 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
DExtendedInCallServiceTest.java125 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
126 assertAudioRoute(inCallService, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
131 assertAudioRoute(connection, secondRoute); in testSwitchAudioRoutes()
132 assertAudioRoute(inCallService, secondRoute); in testSwitchAudioRoutes()
DBaseTelecomTestWithMockServices.java643 void assertAudioRoute(final InCallService incallService, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices
681 void assertAudioRoute(final MockConnection connection, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices