Searched refs:switchToPreviousInputMethod (Results 1 – 8 of 8) sorted by relevance
41 void switchToPreviousInputMethod(in AndroidFuture future /* T=Boolean */); in switchToPreviousInputMethod() method
299 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations306 ops.switchToPreviousInputMethod(value); in switchToPreviousInputMethod()
1976 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService1977 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
4120 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService6900 public void switchToPreviousInputMethod(AndroidFuture future /* T=Boolean */) { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperationsImpl6904 typedFuture.complete(mImms.switchToPreviousInputMethod(mToken)); in switchToPreviousInputMethod()
4070 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
85766 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->switchToPreviousInputMethod(Landroid/os…85833 Lcom/android/internal/view/IInputMethodManager;->switchToPreviousInputMethod(Landroid/os/IBinder;)Z
20092 method public final boolean switchToPreviousInputMethod();