Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionLabelTests.java56 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithStringResources()
86 job.runInLocale(getContext().getResources(), systemLocale); in doTestActionKeysInLocaleWithStringResources() local
112 final Locale labelLocale, final Locale systemLocale) { in doTestActionKeysInLocaleWithKeyboardTextsSet()
144 job.runInLocale(getContext().getResources(), systemLocale); in doTestActionKeysInLocaleWithKeyboardTextsSet() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettingsUtils.java39 final Locale systemLocale = context.getResources().getConfiguration().locale; in getLocaleDisplayName() local
H A DUserDictionaryAddWordContents.java259 final String systemLocale = Locale.getDefault().toString(); in getLocalesList() local
H A DUserDictionarySettings.java217 final Locale systemLocale = getResources().getConfiguration().locale; in onCreateOptionsMenu() local
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionarySettingsUtils.java38 final Locale systemLocale = context.getResources().getConfiguration().locale; in getLocaleDisplayName() local
H A DUserDictionaryAddWordContents.java241 final String systemLocale = Locale.getDefault().toString(); in getLocalesList() local
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DLocaleUtils.java67 public static ArrayList<Locale> getSuitableLocalesForSpellChecker( in getSuitableLocalesForSpellChecker()
H A DTextServicesManagerService.java508 final Locale systemLocale; in getCurrentSpellCheckerSubtype() local
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreferenceTest.java101 final Locale systemLocale) { in createPreference()
H A DInputMethodPreferenceTest.java121 final Locale systemLocale = targetContext in createInputMethodInfo() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreference.java55 final Locale systemLocale) { in InputMethodSubtypePreference()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DLanguageOnSpacebarUtils.java78 final boolean implicitlyEnabledSubtype, @Nonnull final Locale systemLocale) { in onSubtypeChanged()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DLanguageOnSpacebarUtilsTests.java102 final boolean implicitlyEnabledSubtype, final Locale systemLocale, in assertFormatType()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java509 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes() local
548 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in updateShortcutIme() local
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java269 ArrayList<InputMethodInfo> imis, Context context, @Nullable Locale systemLocale, in getMinimumKeyboardSetWithSystemLocale()
325 final Locale systemLocale = getSystemLocaleFromContext(context); in getDefaultEnabledImes() local
506 final String systemLocale = systemLocales.get(0).toString(); in getImplicitlyApplicableSubtypesLockedImpl() local
H A DInputMethodSubtypeSwitchingController.java58 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java105 String systemLocale) { in createDummyItem()
H A DInputMethodUtilsTest.java891 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledImes()
902 final Locale systemLocale, String... expectedImeNames) { in assertDefaultEnabledMinimumImes()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1095 final Locale systemLocale = mContext.getResources().getConfiguration().locale; in getDefaultKeyboardLayout() local
1160 private static boolean isCompatibleLocale(Locale systemLocale, Locale keyboardLocale) { in isCompatibleLocale()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1355 String systemLocale; in copyLocaleFromMountService() local