Searched refs:subtypeHistory (Results 1 – 1 of 1) sorted by relevance
304 final List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistory(); in addSubtypeToHistory() local305 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() local377 for (int i = 0; i < subtypeHistory.size(); ++i) { in getLastSubtypeForInputMethodInternal()378 final Pair<String, String> imeAndSubtype = subtypeHistory.get(i); in getLastSubtypeForInputMethodInternal()