Searched refs:getLocale (Results 1 - 25 of 59) sorted by relevance

123

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousProfileProvider.java44 protected Locale getLocale() { method in class:SynchronousProfileProvider
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_header_structure_policy.h52 virtual const std::vector<int> *getLocale() const = 0;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHelpUrl.java54 helpUri = Uri.parse(helpUri.toString().replace("%locale%", getLocale()));
64 private static String getLocale() { method in class:HelpUrl
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DLanguageOnSpacebarUtils.java53 final Locale locale = subtype.getLocale();
79 final Locale newLocale = subtype.getLocale();
H A DSubtypeLocaleUtils.java265 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
299 + " locale=" + subtype.getLocale()
312 final String localeString = subtype.getLocale();
335 final String key = subtype.getLocale() + ":" + subtype.getExtraValue();
342 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionTestsBase.java34 SubtypeLocaleUtils.getDisplayLocaleOfSubtypeLocale(subtype.getLocale()));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DLanguageFragment.java84 final String languageTag = localeInfo.getLocale().toLanguageTag();
94 if (localeInfo.getLocale().equals(currentLocale)) {
115 mNewLocale = mLocaleInfoMap.get(radioPreference.getKey()).getLocale();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DLayoutBase.java58 public final Locale getLocale() { return mCustomizer.getLocale(); } method in class:LayoutBase
124 builder.toUpperCase(getLocale());
H A DAzerty.java57 builder.toUpperCase(getLocale());
H A DColemak.java56 builder.toUpperCase(getLocale());
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DLocalePreference.java56 entryValues[i + 1] = info.getLocale().toString();
/packages/apps/TV/src/com/android/tv/util/
H A DCaptionSettings.java40 Locale l = mCaptioningManager.getLocale();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodSubtype.java83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale());
113 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale());
122 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale());
145 public Locale getLocale() { method in class:RichInputMethodSubtype
H A DRichInputMethodManager.java340 return sForcedSubtypeForTesting.getLocale();
342 return getCurrentSubtype().getLocale();
424 if (localeString.equals(subtype.getLocale())
525 if (!subtype.isAuxiliary() && !subtype.getLocale().isEmpty()
543 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
574 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
H A DDictionaryFacilitator.java108 Locale getLocale(); method in interface:DictionaryFacilitator
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
H A Ddic_traverse_session.cpp77 getDictionaryStructurePolicy()->getHeaderStructurePolicy()->getLocale());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DAdditionalSubtypeUtilsTests.java109 assertEquals("en_US", subtype.getLocale());
132 assertEquals("zz", subtype.getLocale());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java121 protected Locale getLocale() { method in class:ProfileProvider
122 return mDelegate.getLocale();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DLayoutCustomizer.java38 public final Locale getLocale() { return mLocale; } method in class:LayoutCustomizer
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java177 public Locale getLocale() { method in class:KeyboardId
178 return mSubtype.getLocale();
195 mSubtype.getLocale(),
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java192 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
201 public Locale getLocale() { method in class:CarLatinIME
272 mKeyboardView.setKeyboard(mSymbolKeyboard, getLocale());
274 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
286 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStylePreference.java104 setKey(KEY_PREFIX + subtype.getLocale() + "_"
262 mLocaleString = subtype.getLocale();
295 subtype.getLocale(), subtype.hashCode(), subtype.hashCode(),
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputMethodSubtypeTests.java168 .getSubtypeLocaleDisplayName(subtype.getLocale().toString());
181 final Locale locale = subtype.getLocale();
315 assertEquals("zz", subtype.getRawSubtype().getLocale());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DInputMethodSubtypeCompatUtils.java96 return LocaleUtils.constructLocaleFromString(subtype.getLocale());
H A DSuggestionSpanUtils.java113 final String localeString = suggestionSpan.getLocale();

Completed in 3480 milliseconds

123