Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java1109 final String imeInTheHistory = imeAndSubtype.first; in getLastSubtypeForInputMethodLockedInternal() local
1111 if (TextUtils.isEmpty(imeId) || imeInTheHistory.equals(imeId)) { in getLastSubtypeForInputMethodLockedInternal()
1115 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()
1120 return new Pair<>(imeInTheHistory, subtypeHashCode); in getLastSubtypeForInputMethodLockedInternal()