Home
last modified time | relevance | path

Searched refs:switchToInputMethod (Results 1 – 9 of 9) 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
211 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) {
DInputMethodManagerService.java5692 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in LocalServiceImpl
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl107 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
DAccessibilityService.java2194 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController
2200 return connection.switchToInputMethod(imeId); in switchToInputMethod()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java152 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnectionImpl
/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.java332 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in UiAutomationManager.UiAutomationService
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java864 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
/frameworks/base/core/api/
Dcurrent.txt3216 method public boolean switchToInputMethod(@NonNull String);