Home
last modified time | relevance | path

Searched refs:mSubtypeHashCode (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java62 private final int mSubtypeHashCode; field in SpellCheckerSubtype
91 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
120 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()
202 return mSubtypeHashCode; in hashCode()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java87 private final int mSubtypeHashCode; field in InputMethodSubtype
366 mSubtypeHashCode = mSubtypeId; in InputMethodSubtype()
368 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()
393 mSubtypeHashCode = source.readInt(); in InputMethodSubtype()
732 return mSubtypeHashCode; in hashCode()
789 dest.writeInt(mSubtypeHashCode); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60603 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeHashCode:I
62923 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeHashCode:I