Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java5034 private void updateLocaleListFromAppContext(Context context, LocaleList newLocaleList) { in updateLocaleListFromAppContext() argument
5036 final int newLocaleListSize = newLocaleList.size(); in updateLocaleListFromAppContext()
5038 if (bestLocale.equals(newLocaleList.get(i))) { in updateLocaleListFromAppContext()
5039 LocaleList.setDefault(newLocaleList, i); in updateLocaleListFromAppContext()
5047 LocaleList.setDefault(new LocaleList(bestLocale, newLocaleList)); in updateLocaleListFromAppContext()