Searched refs:canAddMoreParticipants (Results 1 – 3 of 3) sorted by relevance
197 public void onParticipantCountUpdated(final boolean canAddMoreParticipants) { in onParticipantCountUpdated() argument199 && !canAddMoreParticipants) { in onParticipantCountUpdated()202 && canAddMoreParticipants) { in onParticipantCountUpdated()
255 public void onParticipantCountChanged(final boolean canAddMoreParticipants) { in onParticipantCountChanged() argument256 mUiState.onParticipantCountUpdated(canAddMoreParticipants); in onParticipantCountChanged()
101 void onParticipantCountChanged(boolean canAddMoreParticipants); in onParticipantCountChanged() argument