Searched refs:mConferenceById (Results 1 – 3 of 3) sorted by relevance
253 mConferenceById.put(callId, conference);268 mConferenceById.remove(callId);395 RemoteConference parentConf = mConferenceById.get(connection.getParentCallId());539 for (RemoteConference c : mConferenceById.values()) {543 mConferenceById.clear();552 private final Map<String, RemoteConference> mConferenceById = new HashMap<>(); field in RemoteConnectionService641 if (mConferenceById.isEmpty()) { in createRemoteConference()673 mConferenceById.remove(id); in createRemoteConference()700 if (mConferenceById.containsKey(callId)) { in findConferenceForAction()701 return mConferenceById.get(callId); in findConferenceForAction()[all …]
449 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService2325 mConferenceById.put(callId, conference); in createConference()2878 } else if (mConferenceById.containsKey(callId)) { in handleExtrasChanged()2887 } else if (mConferenceById.containsKey(callId)) { in startRtt()2896 } else if (mConferenceById.containsKey(callId)) { in stopRtt()2906 } else if (mConferenceById.containsKey(callId)) { in handleRttUpgradeResponse()3202 return mConferenceById.values(); in getAllConferences()3716 mConferenceById.put(id, conference); in addConferenceInternal()3730 mConferenceById.remove(id); in removeConference()3754 if (mConferenceById.containsKey(conferenceId)) { in findConferenceForAction()[all …]
51260 Landroid/telecom/ConnectionService;->mConferenceById:Ljava/util/Map;51936 Landroid/telecom/RemoteConnectionService;->mConferenceById:Ljava/util/Map;