Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java1267 InputMethodSubtype currentSubtype) { in saveCurrentInputMethodAndSubtypeToHistory() argument
1269 if (currentSubtype != null) { in saveCurrentInputMethodAndSubtypeToHistory()
1270 subtypeId = String.valueOf(currentSubtype.hashCode()); in saveCurrentInputMethodAndSubtypeToHistory()
1272 if (canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
DInputMethodManagerService.java4676 final InputMethodSubtype currentSubtype = getCurrentInputMethodSubtypeLocked(); in showInputMethodMenu() local
4677 if (currentSubtype != null) { in showInputMethodMenu()
4680 currentImi, currentSubtype.hashCode()); in showInputMethodMenu()