Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java5413 private void updateLocaleListFromAppContext(Context context, LocaleList newLocaleList) { in updateLocaleListFromAppContext() argument
5415 final int newLocaleListSize = newLocaleList.size(); in updateLocaleListFromAppContext()
5417 if (bestLocale.equals(newLocaleList.get(i))) { in updateLocaleListFromAppContext()
5418 LocaleList.setDefault(newLocaleList, i); in updateLocaleListFromAppContext()
5426 LocaleList.setDefault(new LocaleList(bestLocale, newLocaleList)); in updateLocaleListFromAppContext()