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

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java58 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
68 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
219 private static int hashCodeInternal(String locale, String extraValue) { method in class:SpellCheckerSubtype
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java153 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName);
283 private static int hashCodeInternal(String[] suggestions, String locale, method in class:SuggestionSpan
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java279 mSubtypeHashCode = mSubtypeId != 0 ? mSubtypeId : hashCodeInternal(mSubtypeLocale,
522 private static int hashCodeInternal(String locale, String mode, String extraValue, method in class:InputMethodSubtype

Completed in 432 milliseconds