Searched refs:switchToPreviousInputMethod (Results 1 – 8 of 8) sorted by relevance
286 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations292 return ops.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
39 boolean switchToPreviousInputMethod(); in switchToPreviousInputMethod() method
1254 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService1255 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
3272 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService5223 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl5224 return mImms.switchToPreviousInputMethod(mToken); in switchToPreviousInputMethod()
2889 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
100199 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->switchToPreviousInputMethod(Landroid/os…100266 Lcom/android/internal/view/IInputMethodManager;->switchToPreviousInputMethod(Landroid/os/IBinder;)Z
22699 method public final boolean switchToPreviousInputMethod();