Searched refs:newLocaleList (Results 1 – 2 of 2) sorted by relevance
286 final LocaleList newLocaleList = mResourcesManager.getConfiguration().getLocales(); in updateLocaleListFromAppContext() local287 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()
325 Set<LocaleStore.LocaleInfo> newLocaleList, in filterSameLanguageAndCountry() argument327 Set<LocaleStore.LocaleInfo> result = new HashSet<>(newLocaleList.size()); in filterSameLanguageAndCountry()328 for (LocaleStore.LocaleInfo appLocaleInfo : newLocaleList) { in filterSameLanguageAndCountry()