Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java845 String imeId = subtypeSplitter.next(); in buildInputMethodsAndSubtypeList() local
1094 String imeId = ime.first; in saveSubtypeHistory() local
1111 private void addSubtypeToHistory(String imeId, String subtypeId) { in addSubtypeToHistory()
1148 String getLastSubtypeForInputMethodLocked(String imeId) { in getLastSubtypeForInputMethodLocked()
1157 private Pair<String, String> getLastSubtypeForInputMethodLockedInternal(String imeId) { in getLastSubtypeForInputMethodLockedInternal()
1184 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1246 String imeId = mSubtypeSplitter.next(); in loadInputMethodAndSubtypeHistoryLocked() local
1266 void putSelectedInputMethod(String imeId) { in putSelectedInputMethod()
1291 void putDefaultVoiceInputMethod(String imeId) { in putDefaultVoiceInputMethod()
DInputMethodManagerInternal.java95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod()
DInputMethodManagerService.java732 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo()
4537 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local
4895 private boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod()
4994 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod()
5523 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local
5582 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked()
5652 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() local
DMultiClientInputMethodManagerService.java1214 final String imeId = InputMethodInfo.computeId(ri); in resolveMultiClientImeService() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java291 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
DUiAutomationManager.java321 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl99 boolean switchToInputMethod(String imeId); in switchToInputMethod()
DAccessibilityService.java1837 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java884 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2884 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local