Searched refs:mConferenceById (Results 1 – 3 of 3) 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 RemoteConnectionService600 if (mConferenceById.isEmpty()) { in createRemoteConference()614 mConferenceById.remove(id); in createRemoteConference()641 if (mConferenceById.containsKey(callId)) { in findConferenceForAction()642 return mConferenceById.get(callId); in findConferenceForAction()649 if (mConnectionById.isEmpty() && mConferenceById.isEmpty()) { in maybeDisconnectAdapter()
215 private final Map<String, Conference> mConferenceById = new ConcurrentHashMap<>(); field in ConnectionService1985 mConferenceById.put(callId, conference); in createConference()2508 } else if (mConferenceById.containsKey(callId)) { in handleExtrasChanged()2517 } else if (mConferenceById.containsKey(callId)) { in startRtt()2526 } else if (mConferenceById.containsKey(callId)) { in stopRtt()2536 } else if (mConferenceById.containsKey(callId)) { in handleRttUpgradeResponse()2832 return mConferenceById.values(); in getAllConferences()3329 mConferenceById.put(id, conference); in addConferenceInternal()3343 mConferenceById.remove(id); in removeConference()3367 if (mConferenceById.containsKey(conferenceId)) { in findConferenceForAction()[all …]
55226 Landroid/telecom/ConnectionService;->mConferenceById:Ljava/util/Map;55902 Landroid/telecom/RemoteConnectionService;->mConferenceById:Ljava/util/Map;