Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java1059 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in addSubtypeToHistory() local
1060 for (Pair<String, String> ime: subtypeHistory) { in addSubtypeToHistory()
1067 subtypeHistory.remove(ime); in addSubtypeToHistory()
1074 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory()
1107 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in getLastSubtypeForInputMethodLockedInternal() local
1108 for (Pair<String, String> imeAndSubtype : subtypeHistory) { in getLastSubtypeForInputMethodLockedInternal()