Searched refs:switchToPreviousInputMethod (Results 1 – 9 of 9) sorted by relevance
303 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations310 ops.switchToPreviousInputMethod(ResultCallbacks.of(value)); in switchToPreviousInputMethod()
43 void switchToPreviousInputMethod(in IBooleanResultCallback resultCallback); in switchToPreviousInputMethod() method
1603 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService1604 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
3705 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService5877 public void switchToPreviousInputMethod(IBooleanResultCallback resultCallback) { in switchToPreviousInputMethod() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl5878 CallbackUtils.onResult(resultCallback, () -> mImms.switchToPreviousInputMethod(mToken)); in switchToPreviousInputMethod()
2981 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
19685 …hodManagerService$InputMethodPrivilegedOperationsImpl;->lambda$switchToPreviousInputMethod$5$Input…19692 …nputMethodManagerService$InputMethodPrivilegedOperationsImpl;->switchToPreviousInputMethod(Lcom/an…19873 PLcom/android/server/inputmethod/InputMethodManagerService;->switchToPreviousInputMethod(Landroid/o…
89089 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->switchToPreviousInputMethod(Landroid/os…89156 Lcom/android/internal/view/IInputMethodManager;->switchToPreviousInputMethod(Landroid/os/IBinder;)Z
19339 method public final boolean switchToPreviousInputMethod();