Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java1161 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in addSubtypeToHistory() local
1162 for (Pair<String, String> ime: subtypeHistory) { in addSubtypeToHistory()
1169 subtypeHistory.remove(ime); in addSubtypeToHistory()
1176 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory()
1209 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in getLastSubtypeForInputMethodLockedInternal() local
1210 for (Pair<String, String> imeAndSubtype : subtypeHistory) { in getLastSubtypeForInputMethodLockedInternal()