HomeSort by relevance Sort by last modified time
    Searched refs:mSubtypeExtraValue (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 64 private final String mSubtypeExtraValue;
87 mSubtypeExtraValue = extraValue != null ? extraValue : "";
90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
116 mSubtypeExtraValue = s != null ? s : "";
119 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue);
155 return mSubtypeExtraValue;
161 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR);
270 dest.writeString(mSubtypeExtraValue);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 86 private final String mSubtypeExtraValue;
206 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue;
209 private String mSubtypeExtraValue = "";
227 builder.mSubtypeExtraValue = extraValue;
297 mSubtypeExtraValue = builder.mSubtypeExtraValue;
307 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
323 mSubtypeExtraValue = s != null ? s : "";
404 return mSubtypeExtraValue;
541 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR)
    [all...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 74 private String mSubtypeExtraValue;
95 mSubtypeExtraValue = "tag," + mSubtypeExtraValueKey + "=" + mSubtypeExtraValueValue;
100 mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, mSubtypeIsAuxiliary,
131 assertEquals(mSubtypeExtraValue, mInputMethodSubtype.getExtraValue());

Completed in 154 milliseconds