/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerInternal.java | 95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() method in InputMethodManagerInternal 166 public boolean switchToInputMethod(String imeId, int userId) {
|
H A D | InputMethodManagerService.java | 4884 private boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in InputMethodManagerService 4983 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod() method in InputMethodManagerService.LocalServiceImpl 4984 return mService.switchToInputMethod(imeId, userId); in switchToInputMethod() 5652 boolean failedToSelectUnknownIme = !switchToInputMethod(imeId, userId); in handleShellCommandSetInputMethod()
|
H A D | MultiClientInputMethodManagerService.java | 209 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in Lifecycle()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 288 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnection 301 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod()
|
H A D | UiAutomationManager.java | 330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in UiAutomationManager.UiAutomationService
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 99 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
|
H A D | AccessibilityService.java | 1844 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController 1850 return connection.switchToInputMethod(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() method in AccessibilityServiceConnectionImpl
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnectionTest.java | 885 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3130 method public boolean switchToInputMethod(@NonNull String);
|