Searched defs:hashCodeInternal (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java167 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility,
329 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, method in class:SuggestionSpan
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
118 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
286 private static int hashCodeInternal(String locale, String extraValue) { method in class:SpellCheckerSubtype
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java303 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
638 private static int hashCodeInternal(String locale, String mode, String extraValue, method in class:InputMethodSubtype

Completed in 77 milliseconds