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);
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/
InputMethodSubtype.java 86 private final String mSubtypeExtraValue;
204 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue;
207 private String mSubtypeExtraValue = "";
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.split(EXTRA_VALUE_PAIR_SEPARATOR)
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 55 private String mSubtypeExtraValue;
76 mSubtypeExtraValue = "tag," + mSubtypeExtraValue_key + "=" + mSubtypeExtraValue_value;
81 mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, mSubtypeIsAuxiliary,
110 assertEquals(mSubtypeExtraValue, mInputMethodSubtype.getExtraValue());

Completed in 66 milliseconds