Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DLocaleUtilsTest.java36 final ArrayList<Locale> availableLocales = new ArrayList<>(); in testFilterByLanguageEmptyLanguageList() local
37 availableLocales.add(Locale.forLanguageTag("en-US")); in testFilterByLanguageEmptyLanguageList()
38 availableLocales.add(Locale.forLanguageTag("fr-CA")); in testFilterByLanguageEmptyLanguageList()
39 availableLocales.add(Locale.forLanguageTag("in")); in testFilterByLanguageEmptyLanguageList()
40 availableLocales.add(Locale.forLanguageTag("ja")); in testFilterByLanguageEmptyLanguageList()
41 availableLocales.add(Locale.forLanguageTag("fil")); in testFilterByLanguageEmptyLanguageList()
46 LocaleUtils.filterByLanguage(availableLocales, sIdentityMapper, preferredLocales, dest); in testFilterByLanguageEmptyLanguageList()
52 final ArrayList<Locale> availableLocales = new ArrayList<>(); in testFilterDoesNotMatchAnything() local
53 availableLocales.add(Locale.forLanguageTag("en-US")); in testFilterDoesNotMatchAnything()
54 availableLocales.add(Locale.forLanguageTag("fr-CA")); in testFilterDoesNotMatchAnything()
[all …]
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java476 String[] availableLocales; in updateConfigurationImpl() local
480 availableLocales = mAssets.getNonSystemLocales(); in updateConfigurationImpl()
481 if (LocaleList.isPseudoLocalesOnly(availableLocales)) { in updateConfigurationImpl()
483 availableLocales = mAssets.getLocales(); in updateConfigurationImpl()
484 if (LocaleList.isPseudoLocalesOnly(availableLocales)) { in updateConfigurationImpl()
485 availableLocales = null; in updateConfigurationImpl()
489 if (availableLocales != null) { in updateConfigurationImpl()
491 availableLocales); in updateConfigurationImpl()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...