/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodUtils.java | 845 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()
|
H A D | InputMethodManagerInternal.java | 95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod()
|
H A D | InputMethodManagerService.java | 729 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() 4526 final String imeId = InputMethodInfo.computeId(ri); in queryInputMethodServicesInternal() local 4884 private boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() 4983 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod() 5512 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() local 5571 @UserIdInt int userId, String imeId, boolean enabled, PrintWriter out, in handleShellCommandEnableDisableInputMethodInternalLocked() 5641 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() local
|
H A D | MultiClientInputMethodManagerService.java | 1214 final String imeId = InputMethodInfo.computeId(ri); in resolveMultiClientImeService() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
H A D | CustomInputStyleSettingsFragment.java | 232 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in createDialog() local
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 288 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
|
H A D | UiAutomationManager.java | 330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 99 boolean switchToInputMethod(String imeId); in switchToInputMethod()
|
H A D | AccessibilityService.java | 1844 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnectionTest.java | 885 public boolean switchToInputMethod(String imeId) { in switchToInputMethod()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 1870 final String imeId = mRichImm.getInputMethodIdOfThisIme(); in showSubtypeSelectorAndSettings() local
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManager.java | 2885 final String imeId = Settings.Secure.getString(contentResolver, in setCurrentInputMethodSubtype() local
|