Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java561 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in addSubtypeToHistory() local
562 for (Pair<String, String> ime: subtypeHistory) { in addSubtypeToHistory()
569 subtypeHistory.remove(ime); in addSubtypeToHistory()
576 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory()
630 List<Pair<String, String>> subtypeHistory = loadInputMethodAndSubtypeHistoryLocked(); in getLastSubtypeForInputMethodLockedInternal() local
631 for (Pair<String, String> imeAndSubtype : subtypeHistory) { in getLastSubtypeForInputMethodLockedInternal()