Searched defs:currentSubtype (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1424 String curMethodId, InputMethodSubtype currentSubtype) {
1426 if (currentSubtype != null) {
1427 subtypeId = String.valueOf(currentSubtype.hashCode());
1429 if (canAddToLastInputMethod(currentSubtype)) {
1423 saveCurrentInputMethodAndSubtypeToHistory( String curMethodId, InputMethodSubtype currentSubtype) argument

Completed in 1369 milliseconds