Searched refs:MAX_MESSAGES_IN_WEARABLE_PAGE (Results 1 – 1 of 1) sorted by relevance
91 private static final int MAX_MESSAGES_IN_WEARABLE_PAGE = 20; field in MessageNotificationState674 final int limit = MAX_MESSAGES_IN_WEARABLE_PAGE + 1; in buildConversationPageForWearable()768 if (messages.size() > MAX_MESSAGES_IN_WEARABLE_PAGE) { in buildConversationPageForWearable()