Searched defs:systemLocale (Results 1 – 11 of 11) sorted by relevance
67 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
509 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
101 final Locale systemLocale) { in createPreference()
123 final Locale systemLocale = targetContext in createInputMethodInfo() local
121 List<InputMethodInfo> imis, Context context, @Nullable Locale systemLocale, in getMinimumKeyboardSetWithSystemLocale()177 final Locale systemLocale = LocaleUtils.getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
153 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesImpl() local
59 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
55 final Locale systemLocale) { in InputMethodSubtypePreference()
99 String systemLocale) { in createDummyItem()
889 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()900 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledMinimumImes()
258 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()