Searched defs:mSupportedSystemLocales (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 91 milliseconds