Searched defs:mSubtypeExtraValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java64 private final String mSubtypeExtraValue; field in class:SpellCheckerSubtype
87 mSubtypeExtraValue = extraValue != null ? extraValue : "";
90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
115 mSubtypeExtraValue = s != null ? s : "";
118 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
154 return mSubtypeExtraValue;
160 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR);
269 dest.writeString(mSubtypeExtraValue);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java86 private final String mSubtypeExtraValue; field in class:InputMethodSubtype
204 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue;
207 private String mSubtypeExtraValue = ""; field in class:InputMethodSubtype.InputMethodSubtypeBuilder
225 builder.mSubtypeExtraValue = extraValue;
293 mSubtypeExtraValue = builder.mSubtypeExtraValue;
303 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
319 mSubtypeExtraValue = s != null ? s : "";
390 return mSubtypeExtraValue;
525 final String[] pairs = mSubtypeExtraValue
[all...]

Completed in 88 milliseconds