Home
last modified time | relevance | path

Searched refs:mSubtypeExtraValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSubtype.java64 private final String mSubtypeExtraValue; field in SpellCheckerSubtype
87 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()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java86 private final String mSubtypeExtraValue; field in InputMethodSubtype
206 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()
209 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
227 builder.mSubtypeExtraValue = extraValue; in getBuilder()
297 mSubtypeExtraValue = builder.mSubtypeExtraValue; in InputMethodSubtype()
307 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()
323 mSubtypeExtraValue = s != null ? s : ""; in InputMethodSubtype()
404 return mSubtypeExtraValue; in getExtraValue()
541 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap()
631 dest.writeString(mSubtypeExtraValue); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75004 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeExtraValue:Ljava/l…
75031 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeExtraValue:Ljava/lang/String;
77351 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeExtraValue:Ljava/lang/String;