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.java107 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testPropertyPropagation()
148 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()
164 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulation()
206 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaDisconnectState()
228 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaDisconnectState()
270 verify(mMockTelephonyConnectionServiceProxy, times(3)).addExistingConnection( in testDisconnectParticipantViaRemoval()
279 verify(mMockTelephonyConnectionServiceProxy, never()).addExistingConnection( in testDisconnectParticipantViaRemoval()
321 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()
342 verify(mMockTelephonyConnectionServiceProxy, times(2)).addExistingConnection( in testSinglePartyEmulationEnterOnDisconnectParticipant()
389 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.java113 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
116 .addExistingConnection(phoneAccountHandle, connection);
119 public void addExistingConnection(PhoneAccountHandle phoneAccountHandle,
122 .addExistingConnection(phoneAccountHandle, connection, conference);
982 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()
DImsConference.java1220 mTelephonyConnectionService.addExistingConnection(mConferenceHostPhoneAccountHandle, in createConferenceParticipantConnection()
1374 mTelephonyConnectionService.addExistingConnection(phoneAccountHandle, c); in handleOriginalConnectionChange()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java673 a.addExistingConnection(id, parcelable(mConnectionById.get(id)), null /*Session.Info*/); in sendAddExistingConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java863 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter