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/
DInputMethodSettings.java304 final List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistory(); in addSubtypeToHistory() local
305 for (int i = 0; i < subtypeHistory.size(); ++i) { in addSubtypeToHistory()
306 final Pair<String, String> ime = subtypeHistory.get(i); in addSubtypeToHistory()
313 subtypeHistory.remove(ime); in addSubtypeToHistory()
320 saveSubtypeHistory(subtypeHistory, imeId, subtypeHashCodeStr); in addSubtypeToHistory()
376 final List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistory(); in getLastSubtypeForInputMethodInternal() local
377 for (int i = 0; i < subtypeHistory.size(); ++i) { in getLastSubtypeForInputMethodInternal()
378 final Pair<String, String> imeAndSubtype = subtypeHistory.get(i); in getLastSubtypeForInputMethodInternal()