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.java484 private String[] mSupportedSystemLocales = null; field in ActivityTaskManagerService
5229 if (mSupportedSystemLocales == null) { in updateGlobalConfigurationLocked()
5230 mSupportedSystemLocales = Resources.getSystem().getAssets().getLocales(); in updateGlobalConfigurationLocked()
5232 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales)); in updateGlobalConfigurationLocked()