Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java85 final String lastInputMethodId = mSettings.getSelectedInputMethod(); in showInputMethodMenu() local
86 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId); in showInputMethodMenu()
87 if (DEBUG) Slog.v(TAG, "Current IME: " + lastInputMethodId); in showInputMethodMenu()
118 if (mIms[i].getId().equals(lastInputMethodId)) { in showInputMethodMenu()