Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java4517 int bestLocaleIndex = 0; in updateGlobalConfigurationLocked() local
4522 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales)); in updateGlobalConfigurationLocked()
4525 locales.get(bestLocaleIndex).toLanguageTag()); in updateGlobalConfigurationLocked()
4526 LocaleList.setDefault(locales, bestLocaleIndex); in updateGlobalConfigurationLocked()