Searched defs:imeId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodUtils.java | 800 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local 1041 String imeId = ime.first; in saveSubtypeHistory() local 1058 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory() 1095 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked() 1104 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal() 1131 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() 1193 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local 1213 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()
|
D | InputMethodManagerService.java | 739 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() 3938 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local 4904 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local 4952 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked() 5017 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() local
|
D | MultiClientInputMethodManagerService.java | 1146 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethod() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 2768 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local
|