Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java378 final Pair<String, String> imeAndSubtype = subtypeHistory.get(i); in getLastSubtypeForInputMethodInternal() local
379 final String imeInTheHistory = imeAndSubtype.first; in getLastSubtypeForInputMethodInternal()
382 final String subtypeInTheHistory = imeAndSubtype.second; in getLastSubtypeForInputMethodInternal()