Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/tests/unit/src/com.android.car.messenger.common/
DUtilsTest.java82 String actual = Utils.constructGroupConversationHeader("Christopher", in testTitleConstructorLtr()
90 String actual = Utils.constructGroupConversationHeader(ARABIC_NAME, "!Sam، Logan.، جﺗﺧ", in testTitleConstructorLtr_with_rtlName()
100 String actual = Utils.constructGroupConversationHeader("+1-650-900-1234", in testTitleConstructorLtr_with_phoneNumber()
167 String actual = Utils.constructGroupConversationHeader(ARABIC_NAME, "!Sam، Logan.، جﺗﺧ", in testTitleConstructorRtl_with_rtlName()
181 String actual = Utils.constructGroupConversationHeader("+1-650-900-1234", in testTitleConstructorRtl_with_phoneNumber()
193 String actual = Utils.constructGroupConversationHeader("Christopher", in testTitleConstructorRtl()
206 String actual = Utils.constructGroupConversationHeader("Christopher", in testTitleConstructorRtl_withTrailingPunctuation()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java356 public static String constructGroupConversationHeader(String senderName, String groupName, in constructGroupConversationHeader() method in Utils
358 return constructGroupConversationHeader(senderName, groupName, delimiter, in constructGroupConversationHeader()
371 public static String constructGroupConversationHeader(String senderName, String groupName, in constructGroupConversationHeader() method in Utils
DBaseNotificationDelegate.java241 messagingStyle.setConversationTitle(Utils.constructGroupConversationHeader( in postNotification()