Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java892 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local
896 imsList.add(new Pair<>(imeId, subtypeHashes)); in buildInputMethodsAndSubtypeList()
1132 String imeId = ime.first; in saveSubtypeHistory() local
1142 builder.append(imeId).append(INPUT_METHOD_SUBTYPE_SEPARATOR).append( in saveSubtypeHistory()
1149 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory() argument
1152 if (ime.first.equals(imeId)) { in addSubtypeToHistory()
1154 Slog.v(TAG, "Subtype found in the history: " + imeId + ", " in addSubtypeToHistory()
1163 Slog.v(TAG, "Add subtype to the history: " + imeId + ", " + subtypeId); in addSubtypeToHistory()
1165 saveSubtypeHistory(subtypeHistory, imeId, subtypeId); in addSubtypeToHistory()
1186 public String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked() argument
[all …]