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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java3527 String imeId = mSubtypeSplitter.next();
3531 imsList.add(new Pair<String, ArrayList<String>>(imeId, subtypeHashes));
3636 String imeId = ime.first;
3646 builder.append(imeId).append(INPUT_METHOD_SUBTYPE_SEPARATER).append(
3653 public void addSubtypeToHistory(String imeId, String subtypeId) { argument
3656 if (ime.first.equals(imeId)) {
3658 Slog.v(TAG, "Subtype found in the history: " + imeId + ", "
3667 Slog.v(TAG, "Add subtype to the history: " + imeId + ", " + subtypeId);
3669 saveSubtypeHistory(subtypeHistory, imeId, subtypeId);
3685 public String getLastSubtypeForInputMethodLocked(String imeId) { argument
3694 getLastSubtypeForInputMethodLockedInternal(String imeId) argument
3720 getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked(List<Pair<String, ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) argument
3803 putSelectedInputMethod(String imeId) argument
[all...]

Completed in 43 milliseconds