Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java389 int conversationTitleLength) { in constructGroupConversationTitle() argument
390 return constructGroupConversationTitle(names, delimiter, conversationTitleLength, in constructGroupConversationTitle()
402 int conversationTitleLength, BidiFormatter bidiFormatter) { in constructGroupConversationTitle() argument
403 List<String> sortedNames = getSortedSubsetNames(names, conversationTitleLength, in constructGroupConversationTitle()
419 int conversationTitleLength, in getSortedSubsetNames() argument
424 while (namesCounter < conversationTitleLength && indexCounter < names.size()) { in getSortedSubsetNames()