Searched refs:hashCodeInternal (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSubtype.java | 92 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype() 121 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype() 289 private static int hashCodeInternal(String locale, String extraValue) { in hashCodeInternal() method in SpellCheckerSubtype
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SuggestionSpan.java | 195 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 369 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal() method in SuggestionSpan
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSubtype.java | 368 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype() 807 private static int hashCodeInternal(String locale, String mode, String extraValue, in hashCodeInternal() method in InputMethodSubtype
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56825 Landroid/text/style/SuggestionSpan;->hashCodeInternal([Ljava/lang/String;Ljava/lang/String;Ljava/la… 60593 Landroid/view/inputmethod/InputMethodSubtype;->hashCodeInternal(Ljava/lang/String;Ljava/lang/String… 62920 Landroid/view/textservice/SpellCheckerSubtype;->hashCodeInternal(Ljava/lang/String;Ljava/lang/Strin…
|