Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/tests/unit/src/com.android.car.messenger.common/
DUtilsTest.java48 String actual = Utils.constructGroupConversationTitle(senderNames, NAME_DELIMITER, in testNameWithMultipleNumbers()
59 String actual = Utils.constructGroupConversationTitle(senderNames, NAME_DELIMITER, in testNameWithInternationalNumbers()
67 String actual = Utils.constructGroupConversationTitle(NAMES, NAME_DELIMITER, TITLE_LENGTH); in testNameConstructorLtr()
73 String actual = Utils.constructGroupConversationTitle(NAMES, NAME_DELIMITER, in testNameConstructorLtr_longerTitle()
130 String actual = Utils.constructGroupConversationTitle(senderNames, NAME_DELIMITER, in testNameWithInternationalNumbers_rtl()
140 String actual = Utils.constructGroupConversationTitle(NAMES, NAME_DELIMITER, TITLE_LENGTH, in testNameConstructorRtl()
153 String actual = Utils.constructGroupConversationTitle(NAMES, NAME_DELIMITER, in testNameConstructorRtl_longerTitle()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java388 public static String constructGroupConversationTitle(List<String> names, String delimiter, in constructGroupConversationTitle() method in Utils
390 return constructGroupConversationTitle(names, delimiter, conversationTitleLength, in constructGroupConversationTitle()
401 public static String constructGroupConversationTitle(List<String> names, String delimiter, in constructGroupConversationTitle() method in Utils