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.java1269 InputMethodSubtype currentSubtype) { in saveCurrentInputMethodAndSubtypeToHistory() argument
1271 if (currentSubtype != null) { in saveCurrentInputMethodAndSubtypeToHistory()
1272 subtypeId = String.valueOf(currentSubtype.hashCode()); in saveCurrentInputMethodAndSubtypeToHistory()
1274 if (canAddToLastInputMethod(currentSubtype)) { in saveCurrentInputMethodAndSubtypeToHistory()
DInputMethodManagerService.java4115 final InputMethodSubtype currentSubtype = getCurrentInputMethodSubtypeLocked(); in showInputMethodMenu() local
4116 if (currentSubtype != null) { in showInputMethodMenu()
4119 currentImi, currentSubtype.hashCode()); in showInputMethodMenu()