Home
last modified time | relevance | path

Searched refs:switchToPreviousInputMethod (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl39 boolean switchToPreviousInputMethod(); in switchToPreviousInputMethod() method
DInputMethodPrivilegedOperations.java287 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations
293 return ops.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1474 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService
1475 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3710 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService
5861 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl
5862 return mImms.switchToPreviousInputMethod(mToken); in switchToPreviousInputMethod()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3003 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile16645 …thod/InputMethodManagerService$InputMethodPrivilegedOperationsImpl;->switchToPreviousInputMethod()Z
16794 PLcom/android/server/inputmethod/InputMethodManagerService;->switchToPreviousInputMethod(Landroid/o…
/frameworks/base/api/
Dcurrent.txt23234 method public final boolean switchToPreviousInputMethod();