Searched defs:mConferenceParticipantConnections (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java232 mConferenceParticipantConnections = new HashMap<>(); field in class:ImsConference
236 * {@link #mConferenceParticipantConnections} happen atomically are are not interleaved across
551 boolean canManageConference = !mConferenceParticipantConnections.isEmpty();
654 if (!mConferenceParticipantConnections.containsKey(userEntity)) {
664 mConferenceParticipantConnections.get(userEntity);
676 mConferenceParticipantConnections.get(new Pair<>(
686 mConferenceParticipantConnections.entrySet().iterator();
734 mConferenceParticipantConnections.put(new Pair<>(participant.getHandle(),
753 mConferenceParticipantConnections.remove(participant.getUserEntity());
766 mConferenceParticipantConnections
[all...]

Completed in 37 milliseconds