Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/textservices/
DLocaleUtils.java67 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
DTextServicesManagerService.java509 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
DInputMethodSubtypePreferenceTest.java101 final Locale systemLocale) { in createPreference()
DInputMethodPreferenceTest.java123 final Locale systemLocale = targetContext in createInputMethodInfo() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodInfoUtils.java121 List<InputMethodInfo> imis, Context context, @Nullable Locale systemLocale, in getMinimumKeyboardSetWithSystemLocale()
177 final Locale systemLocale = LocaleUtils.getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
DSubtypeUtils.java153 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesImpl() local
DInputMethodSubtypeSwitchingController.java59 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSubtypePreference.java55 final Locale systemLocale) { in InputMethodSubtypePreference()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java99 String systemLocale) { in createDummyItem()
DInputMethodUtilsTest.java889 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()
900 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledMinimumImes()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java258 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()