Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java3721 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local
3726 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()
3728 subtypeId = InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()
3821 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtype() local
3823 InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in getLastInputMethodSubtype()