Home
last modified time | relevance | path

Searched refs:MAX_MESSAGES_IN_WEARABLE_PAGE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java91 private static final int MAX_MESSAGES_IN_WEARABLE_PAGE = 20; field in MessageNotificationState
672 final int limit = MAX_MESSAGES_IN_WEARABLE_PAGE + 1; in buildConversationPageForWearable()
766 if (messages.size() > MAX_MESSAGES_IN_WEARABLE_PAGE) { in buildConversationPageForWearable()