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

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
118 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
286 private static int hashCodeInternal(String locale, String extraValue) {
  /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/inputmethod/
InputMethodSubtype.java 303 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
638 private static int hashCodeInternal(String locale, String mode, String extraValue,

Completed in 61 milliseconds