Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/tests/unit/src/com.android.car.messenger.common/
DUtilsTest.java34 private static final String ARABIC_NAME = "جﺗﺧ"; field in UtilsTest
36 "Christopher", "!Sam", ARABIC_NAME);
90 String actual = Utils.constructGroupConversationHeader(ARABIC_NAME, "!Sam، Logan.، جﺗﺧ", in testTitleConstructorLtr_with_rtlName()
167 String actual = Utils.constructGroupConversationHeader(ARABIC_NAME, "!Sam، Logan.، جﺗﺧ", in testTitleConstructorRtl_with_rtlName()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java38 private static final String ARABIC_NAME = "\u0646\u0648\u0631"; /* Noor نور */ field in ContactLocaleUtilsTest
138 assertEquals("\u0646", getLabel(ARABIC_NAME)); in testEnglishContactLocaleUtils()
260 assertEquals("\u0646", getLabel(ARABIC_NAME)); in testArabicContactLocaleUtils()