Searched refs:mSubtypeHashCode (Results 1 – 3 of 3) sorted by relevance
62 private final int mSubtypeHashCode; field in SpellCheckerSubtype91 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()120 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()202 return mSubtypeHashCode; in hashCode()
87 private final int mSubtypeHashCode; field in InputMethodSubtype366 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()
60603 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeHashCode:I62923 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeHashCode:I