Searched refs:currentSubtype (Results 1 – 2 of 2) sorted by relevance
1267 InputMethodSubtype currentSubtype) { in saveCurrentInputMethodAndSubtypeToHistory() argument1269 if (currentSubtype != null) { in saveCurrentInputMethodAndSubtypeToHistory()1270 subtypeId = String.valueOf(currentSubtype.hashCode()); in saveCurrentInputMethodAndSubtypeToHistory()1272 if (canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
4676 final InputMethodSubtype currentSubtype = getCurrentInputMethodSubtypeLocked(); in showInputMethodMenu() local4677 if (currentSubtype != null) { in showInputMethodMenu()4680 currentImi, currentSubtype.hashCode()); in showInputMethodMenu()