Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleUtils.java38 LocaleList systemLocales = LocaleList.getDefault(); in isInSystemLocale() local
44 for (int i = 0; i < systemLocales.size(); i++) { in isInSystemLocale()
46 new Locale.Builder().setLocale(systemLocales.get(i)).clearExtensions().build(); in isInSystemLocale()
DLocaleListEditor.java315 String[] systemLocales = getSupportedLocales(); in isValidLocale() local
316 for (String systemTag : systemLocales) { in isValidLocale()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java115 public ContactLocaleUtilsBase(LocaleSet systemLocales) { in ContactLocaleUtilsBase() argument
116 mUsePinyinTransliterator = systemLocales.shouldPreferSimplifiedChinese(); in ContactLocaleUtilsBase()
123 final List<Locale> locales = getLocalesForBuckets(systemLocales); in ContactLocaleUtilsBase()
139 static List<Locale> getLocalesForBuckets(LocaleSet systemLocales) { in getLocalesForBuckets() argument
150 final LocaleList localeList = systemLocales.getAllLocales(); in getLocalesForBuckets()