Searched refs:foundCall (Results 1 – 2 of 2) sorted by relevance
2618 Call foundCall = mCallIdMapper.getCall(callId); in handleCreateConnectionComplete() local2620 if (foundCall != null) { in handleCreateConnectionComplete()2622 foundCall.setConnectTimeMillis(connection.getConnectTimeMillis()); in handleCreateConnectionComplete()2629 foundCall.clearPostDialDigits(); in handleCreateConnectionComplete()
7184 Optional<Call> foundCall = mCalls.stream().filter(7186 if (foundCall.isPresent()) {7187 return foundCall.get();