Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textservice/
H A 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()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java97 private final String mSubtypeExtraValue; field in InputMethodSubtype
264 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue; in setSubtypeExtraValue()
267 private String mSubtypeExtraValue = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
285 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60575 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;