Searched refs:switchToInputMethod (Results 1 – 9 of 9) sorted by relevance
97 public abstract boolean switchToInputMethod(String imeId, @UserIdInt int userId); in switchToInputMethod() method in InputMethodManagerInternal211 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) {
5692 public boolean switchToInputMethod(String imeId, @UserIdInt int userId) { in switchToInputMethod() method in LocalServiceImpl
107 boolean switchToInputMethod(String imeId); in switchToInputMethod() method
2194 public boolean switchToInputMethod(@NonNull String imeId) { in switchToInputMethod() method in AccessibilityService.SoftKeyboardController2200 return connection.switchToInputMethod(imeId); in switchToInputMethod()
152 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnectionImpl
302 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AccessibilityServiceConnection315 result = InputMethodManagerInternal.get().switchToInputMethod(imeId, callingUserId); in switchToInputMethod()
332 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in UiAutomationManager.UiAutomationService
864 public boolean switchToInputMethod(String imeId) { in switchToInputMethod() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection
3216 method public boolean switchToInputMethod(@NonNull String);