Home
last modified time | relevance | path

Searched refs:stringHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodSubtypeHandle.java115 public static InputMethodSubtypeHandle of(@RawHandle @NonNull String stringHandle) { in of() argument
117 splitter.setString(Objects.requireNonNull(stringHandle)); in of()
119 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
124 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
128 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
131 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
135 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
138 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
142 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
148 throw new InvalidParameterException("Invalid handle=" + stringHandle); in of()
[all …]