/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerInternal.java | 97 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() method in InputMethodManagerInternal 225 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) {
|
H A D | InputMethodManagerService.java | 5768 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in LocalServiceImpl
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 155 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnectionImpl
|
/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 110 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
|
H A D | AccessibilityService.java | 2250 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController 2256 return connection.switchToInputMethod(imeId); in switchToInputMethod()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnection 315 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
|
H A D | ProxyAccessibilityServiceConnection.java | 486 public boolean switchToInputMethod(String imeId) throws UnsupportedOperationException { in switchToInputMethod() method in ProxyAccessibilityServiceConnection
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnectionTest.java | 876 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 3450 method public boolean switchToInputMethod(@NonNull String);
|