Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java254 mConferenceById.put(callId, conference);
266 mConferenceById.remove(callId);
504 for (RemoteConference c : mConferenceById.values()) {
508 mConferenceById.clear();
517 private final Map<String, RemoteConference> mConferenceById = new HashMap<>(); field in RemoteConnectionService
591 if (mConferenceById.containsKey(callId)) { in findConferenceForAction()
592 return mConferenceById.get(callId); in findConferenceForAction()
599 if (mConnectionById.isEmpty() && mConferenceById.isEmpty()) { in maybeDisconnectAdapter()
DConnectionService.java208 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService
1865 mConferenceById.put(callId, conference); in createConference()
2335 } else if (mConferenceById.containsKey(callId)) { in handleExtrasChanged()
2344 } else if (mConferenceById.containsKey(callId)) { in startRtt()
2353 } else if (mConferenceById.containsKey(callId)) { in stopRtt()
2363 } else if (mConferenceById.containsKey(callId)) { in handleRttUpgradeResponse()
2623 return mConferenceById.values(); in getAllConferences()
3116 mConferenceById.put(id, conference); in addConferenceInternal()
3130 mConferenceById.remove(id); in removeConference()
3154 if (mConferenceById.containsKey(conferenceId)) { in findConferenceForAction()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65926 Landroid/telecom/ConnectionService;->mConferenceById:Ljava/util/Map;
66602 Landroid/telecom/RemoteConnectionService;->mConferenceById:Ljava/util/Map;