Searched refs:foundCall (Results 1 – 2 of 2) sorted by relevance
2547 Call foundCall = mCallIdMapper.getCall(callId); in handleCreateConnectionComplete() local2549 if (foundCall != null) { in handleCreateConnectionComplete()2551 foundCall.setConnectTimeMillis(connection.getConnectTimeMillis()); in handleCreateConnectionComplete()2558 foundCall.clearPostDialDigits(); in handleCreateConnectionComplete()
6871 Optional<Call> foundCall = mCalls.stream().filter(6873 if (foundCall.isPresent()) {6874 return foundCall.get();