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/
DInputMethodManagerService.java2908 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToLastInputMethod() local
2913 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToLastInputMethod()
2915 subtypeId = InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToLastInputMethod()
3016 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtype() local
3018 InputMethodUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in getLastInputMethodSubtype()