Searched refs:addExistingConnection (Results 1 – 6 of 6) sorted by relevance
111 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testPropertyPropagation()204 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()220 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()262 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaDisconnectState()284 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaDisconnectState()326 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaRemoval()335 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaRemoval()377 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()398 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()445 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
33 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method35 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
1289 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle, in createConferenceParticipantConnection()1467 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c); in handleOriginalConnectionChange()
179 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,182 .addExistingConnection(phoneAccountHandle, connection);185 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,188 .addExistingConnection(phoneAccountHandle, connection, conference);1520 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()
720 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/); in sendAddExistingConnection()
980 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter