Searched refs:onParticipantCountChanged (Results 1 – 2 of 2) sorted by relevance
101 void onParticipantCountChanged(boolean canAddMoreParticipants); in onParticipantCountChanged() method464 mHost.onParticipantCountChanged(ContactPickerData.getCanAddMoreParticipants(newCount)); in onContactChipsChanged()
255 public void onParticipantCountChanged(final boolean canAddMoreParticipants) { in onParticipantCountChanged() method in ConversationActivity