Searched refs:mSupportedSystemLocales (Results 1 – 1 of 1) sorted by relevance
487 private String[] mSupportedSystemLocales = null; field in ActivityTaskManagerService5258 if (mSupportedSystemLocales == null) { in updateGlobalConfigurationLocked()5259 mSupportedSystemLocales = Resources.getSystem().getAssets().getLocales(); in updateGlobalConfigurationLocked()5261 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales)); in updateGlobalConfigurationLocked()