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