Searched refs:mConferenceParticipantConnections (Results 1 – 1 of 1) sorted by relevance
369 mConferenceParticipantConnections = new HashMap<>(); field in ImsConference852 ? mConferenceParticipantConnections.size() > 1 in updateManageConference()853 : mConferenceParticipantConnections.size() != 0; in updateManageConference()979 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()1026 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()1040 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()1061 mConferenceParticipantConnections.get(new Pair<>( in handleConferenceParticipantsUpdate()1079 mConferenceParticipantConnections.entrySet().iterator(); in handleConferenceParticipantsUpdate()1095 int newParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()1173 mConferenceParticipantConnections.get(mLoneParticipantIdentity); in stopEmulatingSinglePartyCall()[all …]