HomeSort by relevance Sort by last modified time
    Searched defs:hashCodeInternal (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 167 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility,
329 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag,
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
119 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
287 private static int hashCodeInternal(String locale, String extraValue) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 307 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
652 private static int hashCodeInternal(String locale, String mode, String extraValue,

Completed in 76 milliseconds