Searched refs:setLocales (Results 1 – 3 of 3) sorted by relevance
112 private void setLocales(Locale... locales) { in setLocales() method in ContactLocaleUtilsTest130 setLocales(Locale.ENGLISH); in testEnglishContactLocaleUtils()149 setLocales(Locale.JAPAN); in testJapaneseContactLocaleUtils()165 setLocales(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()174 setLocales(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()181 setLocales(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()192 setLocales(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()198 setLocales(Locale.ENGLISH, Locale.SIMPLIFIED_CHINESE); in testPinyinEnabledSecondaryLocale()207 setLocales(Locale.ENGLISH, Locale.JAPAN); in testPinyinDisabledSecondaryLocale()215 setLocales(Locale.SIMPLIFIED_CHINESE, Locale.TRADITIONAL_CHINESE); in testChineseChinese()[all …]
548 setLocales(LocaleSet.newForTest(locales)); in setLocaleForTest()551 public static synchronized void setLocales(LocaleSet locales) { in setLocales() method in ContactLocaleUtils
1605 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()