Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java367 mConferenceParticipantConnections = new HashMap<>(); field in ImsConference
812 ? mConferenceParticipantConnections.size() > 1 in updateManageConference()
813 : mConferenceParticipantConnections.size() != 0; in updateManageConference()
933 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
977 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
991 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()
1012 mConferenceParticipantConnections.get(new Pair<>( in handleConferenceParticipantsUpdate()
1030 mConferenceParticipantConnections.entrySet().iterator(); in handleConferenceParticipantsUpdate()
1046 int newParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
1111 mConferenceParticipantConnections.get(mLoneParticipantIdentity); in stopEmulatingSinglePartyCall()
[all …]