Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3288 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local
3293 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()
3295 subtypeId = InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()
3388 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtype() local
3390 InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in getLastInputMethodSubtype()