Searched refs:mPendingResponses (Results 1 – 1 of 1) sorted by relevance
1125 private final Map<String, CreateConnectionResponse> mPendingResponses = new HashMap<>(); field in ConnectionServiceWrapper1198 mPendingResponses.put(callId, response); in createConference()1233 mPendingResponses.remove(callId).handleCreateConferenceFailure( in createConference()1259 mPendingResponses.put(callId, response); in createConnection()1321 mPendingResponses.remove(callId).handleCreateConnectionFailure( in createConnection()1701 CreateConnectionResponse response = mPendingResponses.remove(callId); in removeCall()1710 CreateConnectionResponse response = mPendingResponses.remove(mCallIdMapper.getCallId(call)); in removeCall()1950 if (mPendingResponses.containsKey(callId)) { in handleCreateConnectionComplete()1951 mPendingResponses.remove(callId) in handleCreateConnectionComplete()1970 if (mPendingResponses.containsKey(callId)) { in handleCreateConferenceComplete()[all …]