Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java405 static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId() method in InputMethodUtils
1161 if (isValidSubtypeId(imi, hashCode)) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
DInputMethodManagerService.java4405 || !InputMethodUtils.isValidSubtypeId(imi, mCurrentSubtype.hashCode())) { in getCurrentInputMethodSubtypeLocked()