Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1357 String curInputMethodId = mSettings.getSelectedInputMethod(); in onHandleForceStop()
1497 String curInputMethodId = mSettings.getSelectedInputMethod(); in onFinishPackageChangesInternal()
1860 final String defaultImiId = mSettings.getSelectedInputMethod(); in switchUserOnHandlerLocked()
1879 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) { in switchUserOnHandlerLocked()
1894 + " selectedIme=" + mSettings.getSelectedInputMethod()); in switchUserOnHandlerLocked()
3307 String id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
3310 id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
5371 final String defaultImiId = mSettings.getSelectedInputMethod(); in buildInputMethodListLocked()
5473 final String selId = mSettings.getSelectedInputMethod(); in setInputMethodEnabledLocked()
5705 final String methodId = settings.getSelectedInputMethod(); in canCallerAccessInputMethod()
[all …]
H A DInputMethodMenuController.java85 final String lastInputMethodId = mSettings.getSelectedInputMethod(); in showInputMethodMenu()
H A DInputMethodUtils.java751 String getSelectedInputMethod() { in getSelectedInputMethod() method in InputMethodUtils.InputMethodSettings
837 final String selectedMethodId = getSelectedInputMethod(); in getCurrentInputMethodSubtypeForNonCurrentUsers()