Home
last modified time | relevance | path

Searched refs:addExistingConnection (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java109 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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionServiceProxy.java33 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
35 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
DTelephonyConnectionService.java120 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()
DImsConference.java1238 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle, in createConferenceParticipantConnection()
1416 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c); in handleOriginalConnectionChange()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java687 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/); in sendAddExistingConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java866 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter