Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4197 return switchToNextInputMethodLocked(token, onlyCurrentIme); in switchToNextInputMethod()
4202 private boolean switchToNextInputMethodLocked(@Nullable IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethodLocked() method in InputMethodManagerService