Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSubtypePreference.java53 final Locale systemLocale = context.getResources().getConfiguration().locale; in InputMethodSubtypePreference() local
DInputMethodSettingValuesWrapper.java171 final Locale systemLocale = context.getResources().getConfiguration().locale; in isValidSystemNonAuxAsciiCapableIme() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java271 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) { in getMinimumKeyboardSetWithSystemLocale()
326 final Locale systemLocale = getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
493 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl() local
1430 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
DInputMethodSubtypeSwitchingController.java64 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java92 String subtypeName, String subtypeLocale, int subtypeIndex, String systemLocale) { in createDummyItem()
DInputMethodUtilsTest.java764 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java483 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
DStorageManagerService.java1028 String systemLocale; in copyLocaleFromMountService() local
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java828 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in getDefaultKeyboardLayout() local
893 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()