Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerInternal.java97 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() method in InputMethodManagerInternal
225 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) {
DInputMethodManagerService.java5768 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in LocalServiceImpl
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java155 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnectionImpl
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl110 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
DAccessibilityService.java2250 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController
2256 return connection.switchToInputMethod(imeId); in switchToInputMethod()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnection
315 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod()
DUiAutomationManager.java330 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in UiAutomationManager.UiAutomationService
DProxyAccessibilityServiceConnection.java486 public boolean switchToInputMethod(String imeId) throws UnsupportedOperationException { in switchToInputMethod() method in ProxyAccessibilityServiceConnection
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DInputMethodManagerServiceProxy.java992 public boolean switchToInputMethod(String imeId, int userId) { in switchToInputMethod() method in InputMethodManagerServiceProxy.InputMethodManagerInternalProxy
1000 return immi.switchToInputMethod(imeId, userId); in switchToInputMethod()
DCarInputMethodManagerService.java5705 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in LocalServiceImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java876 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
/frameworks/base/core/api/
Dcurrent.txt3450 method public boolean switchToInputMethod(@NonNull String);