Searched refs:mSubtypeExtraValue (Results 1 – 3 of 3) sorted by relevance
66 private final String mSubtypeExtraValue; field in SpellCheckerSubtype89 mSubtypeExtraValue = extraValue != null ? extraValue : ""; in SpellCheckerSubtype()92 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()118 mSubtypeExtraValue = s != null ? s : ""; in SpellCheckerSubtype()121 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()157 return mSubtypeExtraValue; in getExtraValue()163 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()272 dest.writeString(mSubtypeExtraValue); in writeToParcel()
98 private final String mSubtypeExtraValue; field in InputMethodSubtype265 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()268 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder286 builder.mSubtypeExtraValue = extraValue; in getBuilder()359 mSubtypeExtraValue = builder.mSubtypeExtraValue; in InputMethodSubtype()369 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()391 mSubtypeExtraValue = s != null ? s : ""; in InputMethodSubtype()554 return mSubtypeExtraValue; in getExtraValue()694 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()787 dest.writeString(mSubtypeExtraValue); in writeToParcel()
59932 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeExtraValue:Ljava/l…59959 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeExtraValue:Ljava/lang/String;62279 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeExtraValue:Ljava/lang/String;