Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java639 Call alreadyAddedConnection = mCallsManager in addConferenceCall() local
641 if (alreadyAddedConnection != null && mCallIdMapper.getCall(callId) == null) { in addConferenceCall()
646 mCallIdMapper.addCall(alreadyAddedConnection, callId); in addConferenceCall()
647 alreadyAddedConnection.replaceConnectionService( in addConferenceCall()
649 conferenceCall = alreadyAddedConnection; in addConferenceCall()
1086 Call alreadyAddedConnection = mCallsManager in addExistingConnection() local
1089 if (alreadyAddedConnection != null in addExistingConnection()
1092 alreadyAddedConnection.getHandle())) { in addExistingConnection()
1093 alreadyAddedConnection.setHandle(connection.getHandle()); in addExistingConnection()
1096 alreadyAddedConnection.getHandlePresentation()) { in addExistingConnection()
[all …]