Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java105 static boolean isValidSubtypeHashCode(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeHashCode() method in SubtypeUtils
315 && isValidSubtypeHashCode(imi, currentSubtype.hashCode())) { in getCurrentInputMethodSubtype()
DInputMethodSettings.java434 if (SubtypeUtils.isValidSubtypeHashCode(imi, hashCode)) { in getEnabledSubtypeHashCodeForInputMethodAndSubtype()
660 if (!SubtypeUtils.isValidSubtypeHashCode(imi, subtypeHashCode)) { in setEnabledInputMethodSubtypes()