Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodPrivilegedOperations.java303 public boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodPrivilegedOperations
310 ops.switchToPreviousInputMethod(ResultCallbacks.of(value)); in switchToPreviousInputMethod()
H A DIInputMethodPrivilegedOperations.aidl43 void switchToPreviousInputMethod(in IBooleanResultCallback resultCallback); in switchToPreviousInputMethod() method
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1603 public final boolean switchToPreviousInputMethod() { in switchToPreviousInputMethod() method in InputMethodService
1604 return mPrivOps.switchToPreviousInputMethod(); in switchToPreviousInputMethod()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java3705 private boolean switchToPreviousInputMethod(@NonNull IBinder token) { in switchToPreviousInputMethod() method in InputMethodManagerService
5877 public void switchToPreviousInputMethod(IBooleanResultCallback resultCallback) { in switchToPreviousInputMethod() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl
5878 CallbackUtils.onResult(resultCallback, () -> mImms.switchToPreviousInputMethod(mToken)); in switchToPreviousInputMethod()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2981 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/services/
H A Dart-profile19685 …hodManagerService$InputMethodPrivilegedOperationsImpl;->lambda$switchToPreviousInputMethod$5$Input…
19692 …nputMethodManagerService$InputMethodPrivilegedOperationsImpl;->switchToPreviousInputMethod(Lcom/an…
19873 PLcom/android/server/inputmethod/InputMethodManagerService;->switchToPreviousInputMethod(Landroid/o…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt89089 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->switchToPreviousInputMethod(Landroid/os…
89156 Lcom/android/internal/view/IInputMethodManager;->switchToPreviousInputMethod(Landroid/os/IBinder;)Z
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt19339 method public final boolean switchToPreviousInputMethod();