Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java403 List<String> sortedNames = getSortedSubsetNames(names, conversationTitleLength, in constructGroupConversationTitle() local
408 String conversationName = sortedNames.stream().map(name -> bidiFormatter.unicodeWrap(name, in constructGroupConversationTitle()