Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java89 final String curMethodId = mService.getSelectedMethodIdLocked(); in showInputMethodMenuLocked()
DInputMethodManagerService.java519 String getSelectedMethodIdLocked() { in getSelectedMethodIdLocked() method in InputMethodManagerService
1366 String selectedMethodId = getSelectedMethodIdLocked(); in resetDefaultImeLocked()
2375 getSelectedMethodIdLocked(), bindingDuration, 0); in tryReuseConnectionLocked()
3748 getSelectedMethodIdLocked(), in startInputOrWindowGainedFocus()
4176 + ", from: " + getSelectedMethodIdLocked() + ", " + subtypeId); in switchToPreviousInputMethod()
4613 proto.write(CUR_METHOD_ID, getSelectedMethodIdLocked()); in dumpDebug()
5451 settings.saveCurrentInputMethodAndSubtypeToHistory(getSelectedMethodIdLocked(), in setSelectedInputMethodAndSubtypeLocked()
5636 final InputMethodInfo currentImi = settings.getMethodMap().get(getSelectedMethodIdLocked()); in switchKeyboardLayoutLocked()
6114 p.println(" mCurMethodId=" + getSelectedMethodIdLocked()); in dumpAsStringNoCheck()
/frameworks/base/services/
Dart-wear-profile12416 PLcom/android/server/inputmethod/InputMethodManagerService;->getSelectedMethodIdLocked()Ljava/lang/…