Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textservice/
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()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java88 private final int mSubtypeHashCode; field in InputMethodSubtype
367 mSubtypeHashCode = mSubtypeId; in InputMethodSubtype()
369 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()
394 mSubtypeHashCode = source.readInt(); in InputMethodSubtype()
733 return mSubtypeHashCode; in hashCode()
790 dest.writeInt(mSubtypeHashCode); in writeToParcel()
806 + " mSubtypeHashCode=" + mSubtypeHashCode); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59960 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeHashCode:I
62280 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeHashCode:I