Searched refs:assertAudioRoute (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | OutgoingCallTest.java | 61 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()
|
D | ExtendedInCallServiceTest.java | 109 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()
|
D | WiredHeadsetTest.java | 120 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
|
D | BaseTelecomTestWithMockServices.java | 574 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
|