Home
last modified time | relevance | path

Searched defs: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
1132 String imeId = ime.first; in saveSubtypeHistory() local
1149 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory()
1186 public String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked()
1195 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal()
1222 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1284 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local
1304 public void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()