Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java352 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtype() local
354 lastSubtypeHash); in getLastInputMethodSubtype()
DInputMethodManagerService.java4127 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local
4132 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()
4134 subtypeId = SubtypeUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()