Searched refs:mSubtypeHashCode (Results 1 – 3 of 3) sorted by relevance
60 private final int mSubtypeHashCode; field in SpellCheckerSubtype89 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()118 mSubtypeHashCode = mSubtypeId != SUBTYPE_ID_NONE ? in SpellCheckerSubtype()200 return mSubtypeHashCode; in hashCode()
79 private final int mSubtypeHashCode; field in InputMethodSubtype305 mSubtypeHashCode = mSubtypeId; in InputMethodSubtype()307 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()326 mSubtypeHashCode = source.readInt(); in InputMethodSubtype()580 return mSubtypeHashCode; in hashCode()634 dest.writeInt(mSubtypeHashCode); in writeToParcel()
75032 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeHashCode:I77352 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeHashCode:I