Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java2844 String imeId = mSubtypeSplitter.next(); in getEnabledInputMethodsAndSubtypeListLocked() local
2948 String imeId = ime.first; in saveSubtypeHistory() local
2965 public void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory()
2997 public String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked()
3006 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal()
3033 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
3085 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local
3105 public void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()