Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4100 final String lastInputMethodId = mSettings.getSelectedInputMethod(); in showInputMethodMenu() local
4101 int lastInputMethodSubtypeId = mSettings.getSelectedInputMethodSubtypeId(lastInputMethodId); in showInputMethodMenu()
4102 if (DEBUG) Slog.v(TAG, "Current IME: " + lastInputMethodId); in showInputMethodMenu()
4131 if (mIms[i].getId().equals(lastInputMethodId)) { in showInputMethodMenu()