Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1095 int newParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate() local
1098 oldParticipantCount, newParticipantCount, isMultiparty(), in handleConferenceParticipantsUpdate()
1104 if (oldParticipantCount != 1 && newParticipantCount == 1) { in handleConferenceParticipantsUpdate()