Searched refs:MAX_CHARACTERS_IN_GROUP_NAME (Results 1 – 1 of 1) sorted by relevance
93 private static final int MAX_CHARACTERS_IN_GROUP_NAME = 30; field in MessageNotificationState415 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()