Searched refs:mConferenceById (Results 1 – 3 of 3) sorted by relevance
251 mConferenceById.put(callId, conference);266 mConferenceById.remove(callId);393 RemoteConference parentConf = mConferenceById.get(connection.getParentCallId());537 for (RemoteConference c : mConferenceById.values()) {541 mConferenceById.clear();550 private final Map<String, RemoteConference> mConferenceById = new HashMap<>(); field in RemoteConnectionService625 if (mConferenceById.isEmpty()) { in createRemoteConference()639 mConferenceById.remove(id); in createRemoteConference()666 if (mConferenceById.containsKey(callId)) { in findConferenceForAction()667 return mConferenceById.get(callId); in findConferenceForAction()[all …]
447 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService2323 mConferenceById.put(callId, conference); in createConference()2876 } else if (mConferenceById.containsKey(callId)) { in handleExtrasChanged()2885 } else if (mConferenceById.containsKey(callId)) { in startRtt()2894 } else if (mConferenceById.containsKey(callId)) { in stopRtt()2904 } else if (mConferenceById.containsKey(callId)) { in handleRttUpgradeResponse()3200 return mConferenceById.values(); in getAllConferences()3714 mConferenceById.put(id, conference); in addConferenceInternal()3728 mConferenceById.remove(id); in removeConference()3752 if (mConferenceById.containsKey(conferenceId)) { in findConferenceForAction()[all …]
51903 Landroid/telecom/ConnectionService;->mConferenceById:Ljava/util/Map;52579 Landroid/telecom/RemoteConnectionService;->mConferenceById:Ljava/util/Map;