Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1256 String curInputMethodId = mSettings.getSelectedInputMethod(); in onHandleForceStop()
1373 String curInputMethodId = mSettings.getSelectedInputMethod(); in onFinishPackageChangesInternal()
1694 final String defaultImiId = mSettings.getSelectedInputMethod(); in switchUserOnHandlerLocked()
1711 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) { in switchUserOnHandlerLocked()
1725 + " selectedIme=" + mSettings.getSelectedInputMethod()); in switchUserOnHandlerLocked()
1805 final String defaultImiId = mSettings.getSelectedInputMethod(); in systemRunning()
2958 String id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
2961 id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
4634 final String defaultImiId = mSettings.getSelectedInputMethod(); in buildInputMethodListLocked()
4747 final String selId = mSettings.getSelectedInputMethod(); in setInputMethodEnabledLocked()
[all …]
H A DInputMethodMenuController.java97 final String lastInputMethodId = mSettings.getSelectedInputMethod(); in showInputMethodMenu()
H A DInputMethodUtils.java1283 String getSelectedInputMethod() { in getSelectedInputMethod() method in InputMethodUtils.InputMethodSettings
/aosp12/frameworks/base/services/
H A Dart-profile19982 HSPLcom/android/server/inputmethod/InputMethodUtils$InputMethodSettings;->getSelectedInputMethod()L…