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