Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DImsConferenceTest.java634 when(mConferenceHost.getMockImsPhoneConnection().isMultiparty()).thenReturn(true); in testIsConferenceRemotelyHostedCachingOnSRVCC()
635 when(mConferenceHost.getMockImsPhoneConnection().isConferenceHost()).thenReturn(true); in testIsConferenceRemotelyHostedCachingOnSRVCC()
650 mConferenceHost.getMockImsPhoneConnection(); in testIsConferenceRemotelyHostedCachingOnSRVCC()
H A DTestTelephonyConnection.java309 public ImsPhoneConnection getMockImsPhoneConnection() { in getMockImsPhoneConnection() method in TestTelephonyConnection