Home
last modified time | relevance | path

Searched refs:mImsPhoneConnection (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionTest.java53 private ImsPhoneConnection mImsPhoneConnection; field in TelephonyConnectionTest
60 when(mImsPhoneConnection.getState()).thenReturn(Call.State.ACTIVE); in setUp()
61 when(mImsPhoneConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in setUp()
78 c.setOriginalConnection(mImsPhoneConnection); in testSetupCommunicator()
93 c.setOriginalConnection(mImsPhoneConnection); in testDoNotSetupCommunicatorWhenDisabled()
108 c.setOriginalConnection(mImsPhoneConnection); in testDoNotSetupCommunicatorForNonIms()
129 c.setOriginalConnection(mImsPhoneConnection); in testDoNotSetupCommunicatorNoTransports()
147 c.setOriginalConnection(mImsPhoneConnection); in testSetupRtpOnly()
185 c.setOriginalConnection(mImsPhoneConnection); in testSetupDtmfOnly()
277 c.setOriginalConnection(mImsPhoneConnection); in testDomainSelectionDisconnected()
[all …]
DTestTelephonyConnection.java85 ImsPhoneConnection mImsPhoneConnection; field in TestTelephonyConnection
115 return mImsPhoneConnection; in getOriginalConnection()
144 when(mImsPhoneConnection.getAudioCodec()).thenReturn( in TestTelephonyConnection()
148 when(mImsPhoneConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in TestTelephonyConnection()
170 when(mImsPhoneConnection.getImsCall()).thenReturn(mImsCall); in TestTelephonyConnection()
317 return mImsPhoneConnection; in getMockImsPhoneConnection()
321 mImsPhoneConnection = connection; in setMockImsPhoneConnection()
DImsConferenceControllerTest.java150 when(mTestTelephonyConnectionA.mImsPhoneConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()
151 when(mTestTelephonyConnectionB.mImsPhoneConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()