Searched refs:lastSubtypeHash (Results 1 – 2 of 2) sorted by relevance
606 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in getLastInputMethodSubtypeLocked() local608 lastSubtypeHash); in getLastInputMethodSubtypeLocked()
4136 final int lastSubtypeHash = Integer.parseInt(lastIme.second); in switchToPreviousInputMethod() local4141 if (!imiIdIsSame || lastSubtypeHash != currentSubtypeHash) { in switchToPreviousInputMethod()4143 subtypeId = SubtypeUtils.getSubtypeIdFromHashCode(lastImi, lastSubtypeHash); in switchToPreviousInputMethod()