Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java523 private String[] mSupportedSystemLocales = null; field in ActivityTaskManagerService
4664 if (mSupportedSystemLocales == null) { in updateGlobalConfigurationLocked()
4665 mSupportedSystemLocales = Resources.getSystem().getAssets().getLocales(); in updateGlobalConfigurationLocked()
4667 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales)); in updateGlobalConfigurationLocked()