Home
last modified time | relevance | path

Searched refs:mConferenceById (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java251 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 RemoteConnectionService
625 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 …]
H A DConnectionService.java447 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService
2323 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51903 Landroid/telecom/ConnectionService;->mConferenceById:Ljava/util/Map;
52579 Landroid/telecom/RemoteConnectionService;->mConferenceById:Ljava/util/Map;