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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java22471 private String[] mSupportedSystemLocales = null; field in class:ActivityManagerService
22568 if (mSupportedSystemLocales == null) {
22569 mSupportedSystemLocales = Resources.getSystem().getAssets().getLocales();
22571 bestLocaleIndex = Math.max(0, locales.getFirstMatchIndex(mSupportedSystemLocales));
[all...]

Completed in 79 milliseconds