Searched refs:systemLocales (Results 1 – 2 of 2) sorted by relevance
127 @NonNull LocaleList systemLocales, InputMethodInfo imi) { in getImplicitlyApplicableSubtypes()131 if (systemLocales.equals(sCachedSystemLocales) && sCachedInputMethodInfo == imi) { in getImplicitlyApplicableSubtypes()140 getImplicitlyApplicableSubtypesImpl(systemLocales, imi); in getImplicitlyApplicableSubtypes()143 sCachedSystemLocales = systemLocales; in getImplicitlyApplicableSubtypes()151 @NonNull LocaleList systemLocales, InputMethodInfo imi) { in getImplicitlyApplicableSubtypesImpl()153 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesImpl()191 LocaleUtils.filterByLanguage(keyboardSubtypes, sSubtypeToLocale, systemLocales, in getImplicitlyApplicableSubtypesImpl()227 LocaleUtils.filterByLanguage(subtypeList, sSubtypeToLocale, systemLocales, in getImplicitlyApplicableSubtypesImpl()
545 LocaleList systemLocales = null; in getSystemLocalesUnchecked() local548 systemLocales = conf.getLocales(); in getSystemLocalesUnchecked()550 if (systemLocales == null) { in getSystemLocalesUnchecked()551 systemLocales = LocaleList.getEmptyLocaleList(); in getSystemLocalesUnchecked()553 return systemLocales; in getSystemLocalesUnchecked()