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