Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DConfigurationController.java286 final LocaleList newLocaleList = mResourcesManager.getConfiguration().getLocales(); in updateLocaleListFromAppContext() local
287 final int newLocaleListSize = newLocaleList.size(); in updateLocaleListFromAppContext()
289 if (bestLocale.equals(newLocaleList.get(i))) { in updateLocaleListFromAppContext()
290 LocaleList.setDefault(newLocaleList, i); in updateLocaleListFromAppContext()
298 LocaleList.setDefault(new LocaleList(bestLocale, newLocaleList)); in updateLocaleListFromAppContext()
/frameworks/base/core/java/com/android/internal/app/
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()