Home
last modified time | relevance | path

Searched refs:systemLocales (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java465 final LocaleList systemLocales = res.getConfiguration().getLocales(); in getImplicitlyApplicableSubtypesLocked() local
470 if (systemLocales.equals(sCachedSystemLocales) && sCachedInputMethodInfo == imi) { in getImplicitlyApplicableSubtypesLocked()
482 sCachedSystemLocales = systemLocales; in getImplicitlyApplicableSubtypesLocked()
492 final LocaleList systemLocales = res.getConfiguration().getLocales(); in getImplicitlyApplicableSubtypesLockedImpl() local
493 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl()
531 LocaleUtils.filterByLanguage(keyboardSubtypes, sSubtypeToLocale, systemLocales, in getImplicitlyApplicableSubtypesLockedImpl()
567 LocaleUtils.filterByLanguage(subtypeList, sSubtypeToLocale, systemLocales, in getImplicitlyApplicableSubtypesLockedImpl()