Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java606 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtypeLocked() local
608 lastSubtypeHash); in getLastInputMethodSubtypeLocked()
H A DInputMethodManagerService.java4136 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local
4141 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()
4143 subtypeId = SubtypeUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()