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.java368 mConferenceParticipantConnections = new HashMap<>(); field in ImsConference
813 ? mConferenceParticipantConnections.size() > 1 in updateManageConference()
814 : mConferenceParticipantConnections.size() != 0; in updateManageConference()
940 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
984 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
998 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()
1019 mConferenceParticipantConnections.get(new Pair<>( in handleConferenceParticipantsUpdate()
1037 mConferenceParticipantConnections.entrySet().iterator(); in handleConferenceParticipantsUpdate()
1053 int newParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
1123 mConferenceParticipantConnections.get(mLoneParticipantIdentity); in stopEmulatingSinglePartyCall()
[all …]