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.java979 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate() local
1098 oldParticipantCount, newParticipantCount, isMultiparty(), in handleConferenceParticipantsUpdate()
1104 if (oldParticipantCount != 1 && newParticipantCount == 1) { in handleConferenceParticipantsUpdate()
1130 && (oldParticipantCount > 0 || !isMultiparty()) in handleConferenceParticipantsUpdate()