Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java121 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testEnglishContactLocaleUtils()
140 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testJapaneseContactLocaleUtils()
156 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()
165 ContactLocaleUtils.setLocaleForTest(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()
172 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()
183 ContactLocaleUtils.setLocaleForTest(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()
208 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testChineseStyleNameWithDifferentLocale()
212 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testChineseStyleNameWithDifferentLocale()
221 ContactLocaleUtils.setLocaleForTest(Locale.TRADITIONAL_CHINESE); in testChineseStyleNameWithDifferentLocale()
226 ContactLocaleUtils.setLocaleForTest(Locale.KOREA); in testKoreanContactLocaleUtils()
[all …]
DSearchIndexManagerTest.java113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
DContactsProvider2Test.java4637 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testContactWithoutPhoneticName()
4685 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testContactWithChineseName()
4732 ContactLocaleUtils.setLocaleForTest(Locale.US); in testJapaneseNameContactInEnglishLocale()
4752 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testContactWithJapaneseName()
4886 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testDisplayNameFromOrganizationWithJapanesePhoneticName()
4914 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testDisplayNameFromOrganizationWithChineseName()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java475 public static synchronized void setLocaleForTest(Locale... locales) { in setLocaleForTest() method in ContactLocaleUtils