Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java112 private void setLocales(Locale... locales) { in setLocales() method in ContactLocaleUtilsTest
130 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java548 setLocales(LocaleSet.newForTest(locales)); in setLocaleForTest()
551 public static synchronized void setLocales(LocaleSet locales) { in setLocales() method in ContactLocaleUtils
DContactsProvider2.java1605 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()