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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java179 * @param subtypeExtraValue is the extra value of the subtype. This string is free-form,
183 public InputMethodSubtypeBuilder setSubtypeExtraValue(String subtypeExtraValue) { argument
184 mSubtypeExtraValue = subtypeExtraValue == null ? "" : subtypeExtraValue;

Completed in 46 milliseconds