Searched defs:systemLocale (Results 1 – 9 of 9) sorted by relevance
53 final Locale systemLocale = context.getResources().getConfiguration().locale; in InputMethodSubtypePreference() local
171 final Locale systemLocale = context.getResources().getConfiguration().locale; in isValidSystemNonAuxAsciiCapableIme() local
271 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) { in getMinimumKeyboardSetWithSystemLocale()326 final Locale systemLocale = getSystemLocaleFromContext(context); in getDefaultEnabledImes() local493 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl() local1430 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
64 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
92 String subtypeName, String subtypeLocale, int subtypeIndex, String systemLocale) { in createDummyItem()
764 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()
483 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
1028 String systemLocale; in copyLocaleFromMountService() local
828 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in getDefaultKeyboardLayout() local893 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()