Searched refs:mConferenceById (Results 1 – 2 of 2) sorted by relevance
254 mConferenceById.put(callId, conference);269 mConferenceById.remove(callId);512 for (RemoteConference c : mConferenceById.values()) {516 mConferenceById.clear();525 private final Map<String, RemoteConference> mConferenceById = new HashMap<>(); field in RemoteConnectionService609 if (mConferenceById.containsKey(callId)) { in findConferenceForAction()610 return mConferenceById.get(callId); in findConferenceForAction()617 if (mConnectionById.isEmpty() && mConferenceById.isEmpty()) { in maybeDisconnectAdapter()
208 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService1881 mConferenceById.put(callId, conference); in createConference()2374 } else if (mConferenceById.containsKey(callId)) { in handleExtrasChanged()2383 } else if (mConferenceById.containsKey(callId)) { in startRtt()2392 } else if (mConferenceById.containsKey(callId)) { in stopRtt()2402 } else if (mConferenceById.containsKey(callId)) { in handleRttUpgradeResponse()2662 return mConferenceById.values(); in getAllConferences()3157 mConferenceById.put(id, conference); in addConferenceInternal()3171 mConferenceById.remove(id); in removeConference()3195 if (mConferenceById.containsKey(conferenceId)) { in findConferenceForAction()[all …]