Searched refs:MAX_RECIPIENT_LENGTH (Results 1 – 1 of 1) sorted by relevance
51 private static final int MAX_RECIPIENT_LENGTH = 100; field in LaunchConversationActivity115 if (recipient.length() < MAX_RECIPIENT_LENGTH) { in trimInvalidRecipients()