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/
DOutgoingCallTest.java61 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
73 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
83 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
DExtendedInCallServiceTest.java109 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
110 assertAudioRoute(inCallService, CallAudioState.ROUTE_SPEAKER); in testSwitchAudioRoutes()
115 assertAudioRoute(connection, CallAudioState.ROUTE_EARPIECE); in testSwitchAudioRoutes()
116 assertAudioRoute(inCallService, CallAudioState.ROUTE_EARPIECE); in testSwitchAudioRoutes()
DWiredHeadsetTest.java120 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
DBaseTelecomTestWithMockServices.java574 void assertAudioRoute(final InCallService incallService, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices
593 void assertAudioRoute(final MockConnection connection, final int route) { in assertAudioRoute() method in BaseTelecomTestWithMockServices