Home
last modified time | relevance | path

Searched refs:switchToInputMethod (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerInternal.java95 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() method in InputMethodManagerInternal
166 public boolean switchToInputMethod(String imeId, int userId) {
DInputMethodManagerService.java4895 private boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in InputMethodManagerService
4994 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod() method in InputMethodManagerService.LocalServiceImpl
4995 return mService.switchToInputMethod(imeId, userId); in switchToInputMethod()
5663 boolean failedToSelectUnknownIme = !switchToInputMethod(imeId, userId); in handleShellCommandSetInputMethod()
DMultiClientInputMethodManagerService.java209 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in Lifecycle()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java135 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnectionImpl
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl99 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
DAccessibilityService.java1837 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController
1843 return connection.switchToInputMethod(imeId); in switchToInputMethod()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java291 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnection
305 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod()
DUiAutomationManager.java321 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in UiAutomationManager.UiAutomationService
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java884 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
/frameworks/base/core/api/
Dcurrent.txt3125 method public boolean switchToInputMethod(@NonNull String);