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()
95 private final String mSubtypeLocale; field in InputMethodSubtype237 mSubtypeLocale = subtypeLocale == null ? "" : subtypeLocale; in setSubtypeLocale()240 private String mSubtypeLocale = ""; field in InputMethodSubtype.InputMethodSubtypeBuilder284 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 …]
59936 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;