Home
last modified time | relevance | path

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

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