Searched defs:imeId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java940 String imeId = subtypeSplitter.next();
944 imsList.add(new Pair<>(imeId, subtypeHashes));
1196 String imeId = ime.first;
1206 builder.append(imeId).append(INPUT_METHOD_SUBTYPE_SEPARATOR).append(
1213 private void addSubtypeToHistory(String imeId, String subtypeId) { argument
1216 if (ime.first.equals(imeId)) {
1218 Slog.v(TAG, "Subtype found in the history: " + imeId + ", "
1227 Slog.v(TAG, "Add subtype to the history: " + imeId + ", " + subtypeId);
1229 saveSubtypeHistory(subtypeHistory, imeId, subtypeId);
1250 public String getLastSubtypeForInputMethodLocked(String imeId) { argument
1259 getLastSubtypeForInputMethodLockedInternal(String imeId) argument
1285 getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked(List<Pair<String, ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) argument
1368 putSelectedInputMethod(String imeId) argument
[all...]

Completed in 54 milliseconds