Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textservice/
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()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java95 private final String mSubtypeLocale; field in InputMethodSubtype
237 mSubtypeLocale = subtypeLocale == null ? "" : subtypeLocale; in setSubtypeLocale()
240 private String mSubtypeLocale = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder
284 builder.mSubtypeLocale = locale; in getBuilder()
356 mSubtypeLocale = builder.mSubtypeLocale; in InputMethodSubtype()
369 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype()
385 mSubtypeLocale = s != null ? s : ""; in InputMethodSubtype()
452 return mSubtypeLocale; in getLocale()
485 mCachedLocaleObj = SubtypeLocaleUtils.constructLocaleFromString(mSubtypeLocale); in getLocaleObject()
784 dest.writeString(mSubtypeLocale); in writeToParcel()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59936 Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;->mSubtypeLocale:Ljava/lang/…
59964 Landroid/view/inputmethod/InputMethodSubtype;->mSubtypeLocale:Ljava/lang/String;
62283 Landroid/view/textservice/SpellCheckerSubtype;->mSubtypeLocale:Ljava/lang/String;