Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java64 private final String mSubtypeLocale; field in SpellCheckerSubtype
87 mSubtypeLocale = locale != null ? locale : ""; in SpellCheckerSubtype()
92 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()
114 mSubtypeLocale = s != null ? s : ""; in SpellCheckerSubtype()
121 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype()
139 return mSubtypeLocale; in getLocale()
233 return SubtypeLocaleUtils.constructLocaleFromString(mSubtypeLocale); in getLocaleObject()
249 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale; in getDisplayName()
270 dest.writeString(mSubtypeLocale); in writeToParcel()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java94 private final String mSubtypeLocale; field in InputMethodSubtype
236 mSubtypeLocale = subtypeLocale == null ? "" : subtypeLocale; in setSubtypeLocale()
239 private String mSubtypeLocale = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
283 builder.mSubtypeLocale = locale; in getBuilder()
355 mSubtypeLocale = builder.mSubtypeLocale; in InputMethodSubtype()
368 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()
384 mSubtypeLocale = s != null ? s : ""; in InputMethodSubtype()
451 return mSubtypeLocale; in getLocale()
484 mCachedLocaleObj = SubtypeLocaleUtils.constructLocaleFromString(mSubtypeLocale); in getLocaleObject()
783 dest.writeString(mSubtypeLocale); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60579 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeLocale:Ljava/lang/…
60607 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeLocale:Ljava/lang/String;
62926 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeLocale:Ljava/lang/String;