Searched refs:mImsPhoneConnection (Results 1 – 3 of 3) sorted by relevance
53 private ImsPhoneConnection mImsPhoneConnection; field in TelephonyConnectionTest60 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 …]
85 ImsPhoneConnection mImsPhoneConnection; field in TestTelephonyConnection115 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()
150 when(mTestTelephonyConnectionA.mImsPhoneConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()151 when(mTestTelephonyConnectionB.mImsPhoneConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()