Searched refs:mSubtypeExtraValue (Results 1 – 2 of 2) sorted by relevance
64 private final String mSubtypeExtraValue; field in SpellCheckerSubtype87 mSubtypeExtraValue = extraValue != null ? extraValue : ""; in SpellCheckerSubtype()90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()116 mSubtypeExtraValue = s != null ? s : ""; in SpellCheckerSubtype()119 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()155 return mSubtypeExtraValue; in getExtraValue()161 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()270 dest.writeString(mSubtypeExtraValue); in writeToParcel()
86 private final String mSubtypeExtraValue; field in InputMethodSubtype204 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()207 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder225 builder.mSubtypeExtraValue = extraValue; in getBuilder()295 mSubtypeExtraValue = builder.mSubtypeExtraValue; in InputMethodSubtype()305 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()321 mSubtypeExtraValue = s != null ? s : ""; in InputMethodSubtype()392 return mSubtypeExtraValue; in getExtraValue()529 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()619 dest.writeString(mSubtypeExtraValue); in writeToParcel()