Searched refs:NAME_DELIMITER (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Car/libs/car-messenger-common/tests/unit/src/com.android.car.messenger.common/ |
D | UtilsTest.java | 37 private static final String NAME_DELIMITER = "، "; field in UtilsTest 48 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()
|