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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java75 private final String mSubtypeExtraValue; field in class:InputMethodSubtype
184 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue;
187 private String mSubtypeExtraValue = ""; field in class:InputMethodSubtype.InputMethodSubtypeBuilder
205 builder.mSubtypeExtraValue = extraValue;
272 mSubtypeExtraValue = builder.mSubtypeExtraValue;
280 mSubtypeMode, mSubtypeExtraValue, mIsAuxiliary, mOverridesImplicitlyEnabledSubtype,
293 mSubtypeExtraValue = s != null ? s : "";
334 return mSubtypeExtraValue;
411 final String[] pairs = mSubtypeExtraValue
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java45 private final String mSubtypeExtraValue; field in class:SpellCheckerSubtype
57 mSubtypeExtraValue = extraValue != null ? extraValue : "";
58 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
67 mSubtypeExtraValue = s != null ? s : "";
68 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
89 return mSubtypeExtraValue;
95 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR);
203 dest.writeString(mSubtypeExtraValue);

Completed in 29 milliseconds