Searched refs:setLocaleForTest (Results 1 – 4 of 4) sorted by relevance
121 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 …]
113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
4637 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()
475 public static synchronized void setLocaleForTest(Locale... locales) { in setLocaleForTest() method in ContactLocaleUtils