Searched refs:mPendingResponses (Results 1 – 1 of 1) sorted by relevance
1388 private final Map<String, CreateConnectionResponse> mPendingResponses = new HashMap<>(); field in ConnectionServiceWrapper1620 mPendingResponses.put(callId, response); in createConference()1680 mPendingResponses.remove(callId).handleCreateConferenceFailure( in createConference()1714 mPendingResponses.put(callId, response); in createConnection()1804 mPendingResponses.remove(callId).handleCreateConnectionFailure( in createConnection()2279 CreateConnectionResponse response = mPendingResponses.remove(callId); in removeCall()2288 CreateConnectionResponse response = mPendingResponses.remove(mCallIdMapper.getCallId(call)); in removeCall()2563 if (mPendingResponses.containsKey(callId)) { in handleCreateConnectionComplete()2564 mPendingResponses.remove(callId) in handleCreateConnectionComplete()2583 if (mPendingResponses.containsKey(callId)) { in handleCreateConferenceComplete()[all …]