Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java93 private static final int MAX_CHARACTERS_IN_GROUP_NAME = 30; field in MessageNotificationState
415 MAX_CHARACTERS_IN_GROUP_NAME) ? in build()
450 int endIndex = MAX_CHARACTERS_IN_GROUP_NAME; in truncateGroupMessageName()
451 for (int i = MAX_CHARACTERS_IN_GROUP_NAME; i >= 0; i--) { in truncateGroupMessageName()