Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java106 static boolean isValidSubtypeId(InputMethodInfo imi, int subtypeHashCode) { in isValidSubtypeId() method in SubtypeUtils
H A DInputMethodUtils.java682 if (SubtypeUtils.isValidSubtypeId(imi, hashCode)) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
910 if (!SubtypeUtils.isValidSubtypeId(imi, subtypeHashCode)) { in setEnabledInputMethodSubtypes()
H A DInputMethodManagerService.java5583 || !SubtypeUtils.isValidSubtypeId(imi, mCurrentSubtype.hashCode())) { in getCurrentInputMethodSubtypeLocked()