Searched refs:mSubtypeHashCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java42 private final int mSubtypeHashCode; field in class:SpellCheckerSubtype
58 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
68 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
134 return mSubtypeHashCode;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java69 private final int mSubtypeHashCode; field in class:InputMethodSubtype
279 mSubtypeHashCode = mSubtypeId != 0 ? mSubtypeId : hashCodeInternal(mSubtypeLocale,
296 mSubtypeHashCode = source.readInt();
452 return mSubtypeHashCode;
488 dest.writeInt(mSubtypeHashCode);

Completed in 85 milliseconds