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()
97 private final String mSubtypeExtraValue; field in InputMethodSubtype264 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()267 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder285 builder.mSubtypeExtraValue = extraValue; in getBuilder()358 mSubtypeExtraValue = builder.mSubtypeExtraValue; in InputMethodSubtype()368 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()390 mSubtypeExtraValue = s != null ? s : ""; in InputMethodSubtype()553 return mSubtypeExtraValue; in getExtraValue()693 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()786 dest.writeString(mSubtypeExtraValue); in writeToParcel()
60575 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeExtraValue:Ljava/l…60602 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeExtraValue:Ljava/lang/String;62922 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeExtraValue:Ljava/lang/String;