Home
last modified time | relevance | path

Searched defs:systemLocale (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java308 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) { in getMinimumKeyboardSetWithSystemLocale()
374 final Locale systemLocale = getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
541 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl() local
1494 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
DInputMethodSubtypeSwitchingController.java63 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodUtilsTest.java795 final Locale systemLocale, final boolean isSystemReady, String... expectedImeNames) { in assertDefaultEnabledImes()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java781 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in getDefaultKeyboardLayout() local
846 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()
/frameworks/base/services/core/java/com/android/server/
DMountService.java1006 String systemLocale; in copyLocaleFromMountService() local