Searched refs:shouldAppendRecipients (Results 1 – 1 of 1) sorted by relevance
761 if (shouldAppendRecipients(recipients, addLimit)) { in appendBcc()782 if (!shouldAppendRecipients(rawAddrs, maxToCopy)) { in appendRecipients()821 private boolean shouldAppendRecipients(String[] rawAddrs, int maxToCopy) { in shouldAppendRecipients() method in MessageHeaderView.RecipientListsBuilder