Searched refs:mSubtypeLocale (Results 1 – 3 of 3) sorted by relevance
64 private final String mSubtypeLocale; field in SpellCheckerSubtype87 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()
94 private final String mSubtypeLocale; field in InputMethodSubtype236 mSubtypeLocale = subtypeLocale == null ? "" : subtypeLocale; in setSubtypeLocale()239 private String mSubtypeLocale = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder283 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()
60579 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;