Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java940 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate() local
1055 + "newParticipantcount=%d", oldParticipantCount, newParticipantCount); in handleConferenceParticipantsUpdate()
1060 if (oldParticipantCount != 1 && newParticipantCount == 1) { in handleConferenceParticipantsUpdate()
1080 && (oldParticipantCount > 0 || !isMultiparty()) in handleConferenceParticipantsUpdate()