Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java750 Call existingCall = mCallsManager in addExistingConnection() local
752 mCallIdMapper.addCall(existingCall, callId); in addExistingConnection()
753 existingCall.setConnectionService(ConnectionServiceWrapper.this); in addExistingConnection()
DCallsManager.java2779 Optional<Call> existingCall = mCalls.stream() in getAlreadyAddedConnection() local
2784 if (existingCall.isPresent()) { in getAlreadyAddedConnection()
2786 originalConnectionId, existingCall.get().getId()); in getAlreadyAddedConnection()
2787 return existingCall.get(); in getAlreadyAddedConnection()