Searched refs:getSelectedMethodIdLocked (Results 1 – 3 of 3) sorted by relevance
89 final String curMethodId = mService.getSelectedMethodIdLocked(); in showInputMethodMenuLocked()
519 String getSelectedMethodIdLocked() { in getSelectedMethodIdLocked() method in InputMethodManagerService1366 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()
12416 PLcom/android/server/inputmethod/InputMethodManagerService;->getSelectedMethodIdLocked()Ljava/lang/…