Searched refs:MAX_SENDER_COUNT (Results 1 – 1 of 1) sorted by relevance
51 private static final int MAX_SENDER_COUNT = 4; field in SendersView320 final List<String> senderEmails = Lists.newArrayListWithExpectedSize(MAX_SENDER_COUNT); in handlePriority()391 if (senderEmails.size() > MAX_SENDER_COUNT) { in handlePriority()409 if (displayableSenderNames.size() < MAX_SENDER_COUNT) { in handlePriority()