Searched refs:conversationTitleLength (Results 1 – 1 of 1) sorted by relevance
389 int conversationTitleLength) { in constructGroupConversationTitle() argument390 return constructGroupConversationTitle(names, delimiter, conversationTitleLength, in constructGroupConversationTitle()402 int conversationTitleLength, BidiFormatter bidiFormatter) { in constructGroupConversationTitle() argument403 List<String> sortedNames = getSortedSubsetNames(names, conversationTitleLength, in constructGroupConversationTitle()419 int conversationTitleLength, in getSortedSubsetNames() argument424 while (namesCounter < conversationTitleLength && indexCounter < names.size()) { in getSortedSubsetNames()