Home
last modified time | relevance | path

Searched refs:getMockImsPhoneConnection (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java791 when(mConferenceHost.getMockImsPhoneConnection().isMultiparty()).thenReturn(true); in testIsConferenceRemotelyHostedCachingOnSRVCC()
792 when(mConferenceHost.getMockImsPhoneConnection().isConferenceHost()).thenReturn(true); in testIsConferenceRemotelyHostedCachingOnSRVCC()
807 mConferenceHost.getMockImsPhoneConnection(); in testIsConferenceRemotelyHostedCachingOnSRVCC()
DTestTelephonyConnection.java316 public ImsPhoneConnection getMockImsPhoneConnection() { in getMockImsPhoneConnection() method in TestTelephonyConnection