Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DLocaleUtils.java67 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
H A DTextServicesManagerService.java509 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreferenceTest.java101 final Locale systemLocale) { in createPreference()
H A DInputMethodPreferenceTest.java123 final Locale systemLocale = targetContext in createInputMethodInfo() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreference.java55 final Locale systemLocale) { in InputMethodSubtypePreference()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodInfoUtils.java123 ArrayList<InputMethodInfo> imis, Context context, @Nullable Locale systemLocale, in getMinimumKeyboardSetWithSystemLocale()
179 final Locale systemLocale = LocaleUtils.getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
H A DSubtypeUtils.java158 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl() local
H A DInputMethodSubtypeSwitchingController.java58 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java105 String systemLocale) { in createDummyItem()
H A DInputMethodUtilsTest.java899 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()
910 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledMinimumImes()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java282 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in getDefaultKeyboardLayout() local
338 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()