Home
last modified time | relevance | path

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

123

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java190 mKeyboardView.setKeyboard(mQweKeyboard, getLocale()); in onStartInputView()
199 public Locale getLocale() { in getLocale() method in CarLatinIME
270 mKeyboardView.setKeyboard(mSymbolKeyboard, getLocale());
272 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
284 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java340 return sForcedSubtypeForTesting.getLocale(); in getCurrentSubtypeLocale()
342 return getCurrentSubtype().getLocale(); in getCurrentSubtypeLocale()
424 if (localeString.equals(subtype.getLocale()) in findSubtypeByLocaleAndKeyboardLayoutSet()
525 if (!subtype.isAuxiliary() && !subtype.getLocale().isEmpty() in isSystemLocaleSameAsLocaleOfAllEnabledSubtypesOfEnabledImes()
543 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIme()
574 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode()))); in updateShortcutIme()
DRichInputMethodSubtype.java83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale()); in isNoLanguage()
113 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale()); in getFullDisplayName()
122 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale()); in getMiddleDisplayName()
145 public Locale getLocale() { in getLocale() method in RichInputMethodSubtype
DDictionaryFacilitatorImpl.java236 public Locale getLocale() { in getLocale() method in DictionaryFacilitatorImpl
526 final String lowerCaseWord = originalWord.toLowerCase(getLocale()); in putWordIntoValidSpellingWordCache()
531 StringUtils.capitalizeFirstAndDowncaseRest(originalWord, getLocale()); in putWordIntoValidSpellingWordCache()
DSuggest.java167 final Locale locale = mDictionaryFacilitator.getLocale(); in getSuggestedWordsForNonBatchInput()
298 final Locale locale = mDictionaryFacilitator.getLocale(); in getSuggestedWordsForBatchInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java265 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale); in getReplacementString()
299 + " locale=" + subtype.getLocale() in getSubtypeDisplayNameInternal()
312 final String localeString = subtype.getLocale(); in getSubtypeLocale()
335 final String key = subtype.getLocale() + ":" + subtype.getExtraValue(); in getKeyboardLayoutSetName()
342 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue()); in getKeyboardLayoutSetName()
DLanguageOnSpacebarUtils.java53 final Locale locale = subtype.getLocale(); in getLanguageOnSpacebarFormatType()
79 final Locale newLocale = subtype.getLocale(); in onSubtypeChanged()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java58 public final Locale getLocale() { return mCustomizer.getLocale(); } in getLocale() method in LayoutBase
124 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
DColemak.java56 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
DAzerty.java57 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLanguageFragment.java84 final String languageTag = localeInfo.getLocale().toLanguageTag(); in onCreatePreferences()
94 if (localeInfo.getLocale().equals(currentLocale)) { in onCreatePreferences()
115 mNewLocale = mLocaleInfoMap.get(radioPreference.getKey()).getLocale(); in onPreferenceTreeClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java177 public Locale getLocale() { in getLocale() method in KeyboardId
178 return mSubtype.getLocale(); in getLocale()
195 mSubtype.getLocale(), in toString()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java168 .getSubtypeLocaleDisplayName(subtype.getLocale().toString()); in testAllFullDisplayNameForSpacebar()
181 final Locale locale = subtype.getLocale(); in testAllMiddleDisplayNameForSpacebar()
315 assertEquals("zz", subtype.getRawSubtype().getLocale()); in testRichInputMethodSubtypeForNullInputMethodSubtype()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStylePreference.java104 setKey(KEY_PREFIX + subtype.getLocale() + "_" in setSubtype()
262 mLocaleString = subtype.getLocale(); in SubtypeLocaleItem()
295 subtype.getLocale(), subtype.hashCode(), subtype.hashCode(), in SubtypeLocaleAdapter()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DHelpUrl.java54 helpUri = Uri.parse(helpUri.toString().replace("%locale%", getLocale())); in getHelpUrl()
64 private static String getLocale() { in getLocale() method in HelpUrl
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileProvider.java121 protected Locale getLocale() { in getLocale() method in ProfileProvider
122 return mDelegate.getLocale(); in getLocale()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtilsTests.java109 assertEquals("en_US", subtype.getLocale()); in assertEnUsDvorak()
132 assertEquals("zz", subtype.getLocale()); in assertAzerty()
/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java181 Locale defaultLocale = localeProvider.getLocale(); in getLocaleBasedCountryIso()
196 Locale getLocale(); in getLocale() method
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java189 final Locale locale = mCaptioningManager.getLocale(); in refreshPreviewText()
226 final Locale locale = manager.getLocale(); in applyCaptionProperties()
DLocalePreference.java56 entryValues[i + 1] = info.getLocale().toString(); in init()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousProfileProvider.java44 protected Locale getLocale() { in getLocale() method in SynchronousProfileProvider
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
Ddictionary_header_structure_policy.h52 virtual const std::vector<int> *getLocale() const = 0;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionTestsBase.java34 SubtypeLocaleUtils.getDisplayLocaleOfSubtypeLocale(subtype.getLocale()));
/packages/apps/TV/src/com/android/tv/util/
DCaptionSettings.java40 Locale l = mCaptioningManager.getLocale(); in getSystemLanguage()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.cpp77 getDictionaryStructurePolicy()->getHeaderStructurePolicy()->getLocale()); in initializeProximityInfoStates()

123