Searched refs:assertNotAudioRoute (Results 1 – 2 of 2) sorted by relevance
107 assertNotAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()123 assertNotAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
1354 void assertNotAudioRoute(final InCallService incallService, final int route) { in assertNotAudioRoute() method in BaseTelecomTestWithMockServices