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.java66 private final String mSubtypeExtraValue; field in SpellCheckerSubtype
89 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()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java98 private final String mSubtypeExtraValue; field in InputMethodSubtype
265 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()
268 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
286 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59932 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;