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