Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java5227 int bestLocaleIndex = 0; in updateGlobalConfigurationLocked() local
5232 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales)); in updateGlobalConfigurationLocked()
5235 locales.get(bestLocaleIndex).toLanguageTag()); in updateGlobalConfigurationLocked()
5236 LocaleList.setDefault(locales, bestLocaleIndex); in updateGlobalConfigurationLocked()
5240 locales.get(bestLocaleIndex)); in updateGlobalConfigurationLocked()