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.java366 mConferenceParticipantConnections = new HashMap<>(); field in ImsConference
810 ? mConferenceParticipantConnections.size() > 1 in updateManageConference()
811 : mConferenceParticipantConnections.size() != 0; in updateManageConference()
927 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
971 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
985 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()
1006 mConferenceParticipantConnections.get(new Pair<>( in handleConferenceParticipantsUpdate()
1024 mConferenceParticipantConnections.entrySet().iterator(); in handleConferenceParticipantsUpdate()
1040 int newParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate()
1105 mConferenceParticipantConnections.get(mLoneParticipantIdentity); in stopEmulatingSinglePartyCall()
[all …]