Searched refs:switchToPreviousInputMethod (Results 1 – 8 of 8) sorted by relevance
43 void switchToPreviousInputMethod(in AndroidFuture future /* T=Boolean */); in switchToPreviousInputMethod() method
322 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations329 ops.switchToPreviousInputMethod(value); in switchToPreviousInputMethod()
2103 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService2104 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
4106 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService6896 public void switchToPreviousInputMethod(AndroidFuture future /* T=Boolean */) { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperationsImpl6899 typedFuture.complete(mImms.switchToPreviousInputMethod(mToken)); in switchToPreviousInputMethod()
4571 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
85123 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->switchToPreviousInputMethod(Landroid/os…85190 Lcom/android/internal/view/IInputMethodManager;->switchToPreviousInputMethod(Landroid/os/IBinder;)Z
20827 method public final boolean switchToPreviousInputMethod();