Searched refs:existingCall (Results 1 – 2 of 2) sorted by relevance
750 Call existingCall = mCallsManager in addExistingConnection() local752 mCallIdMapper.addCall(existingCall, callId); in addExistingConnection()753 existingCall.setConnectionService(ConnectionServiceWrapper.this); in addExistingConnection()
2779 Optional<Call> existingCall = mCalls.stream() in getAlreadyAddedConnection() local2784 if (existingCall.isPresent()) { in getAlreadyAddedConnection()2786 originalConnectionId, existingCall.get().getId()); in getAlreadyAddedConnection()2787 return existingCall.get(); in getAlreadyAddedConnection()