Home
last modified time | relevance | path

Searched refs:newLocaleList (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DConfigurationController.java267 final LocaleList newLocaleList = mResourcesManager.getConfiguration().getLocales(); in updateLocaleListFromAppContext() local
268 final int newLocaleListSize = newLocaleList.size(); in updateLocaleListFromAppContext()
270 if (bestLocale.equals(newLocaleList.get(i))) { in updateLocaleListFromAppContext()
271 LocaleList.setDefault(newLocaleList, i); in updateLocaleListFromAppContext()
279 LocaleList.setDefault(new LocaleList(bestLocale, newLocaleList)); in updateLocaleListFromAppContext()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAppLocaleCollector.java325 Set<LocaleStore.LocaleInfo> newLocaleList, in filterSameLanguageAndCountry() argument
327 Set<LocaleStore.LocaleInfo> result = new HashSet<>(newLocaleList.size()); in filterSameLanguageAndCountry()
328 for (LocaleStore.LocaleInfo appLocaleInfo : newLocaleList) { in filterSameLanguageAndCountry()