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.java927 int oldParticipantCount = mConferenceParticipantConnections.size(); in handleConferenceParticipantsUpdate() local
1042 + "newParticipantcount=%d", oldParticipantCount, newParticipantCount); in handleConferenceParticipantsUpdate()
1047 if (oldParticipantCount != 1 && newParticipantCount == 1) { in handleConferenceParticipantsUpdate()
1064 && oldParticipantCount > 0 && newParticipantCount == 0) { in handleConferenceParticipantsUpdate()