Searched refs:addExistingConnection (Results 1 – 6 of 6) sorted by relevance
109 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testPropertyPropagation()150 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()166 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()208 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaDisconnectState()230 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaDisconnectState()272 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaRemoval()281 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaRemoval()323 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()344 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()391 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
33 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method35 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
120 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,123 .addExistingConnection(phoneAccountHandle, connection);126 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,129 .addExistingConnection(phoneAccountHandle, connection, conference);962 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()
1238 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle, in createConferenceParticipantConnection()1416 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c); in handleOriginalConnectionChange()
687 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/); in sendAddExistingConnection()
866 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter