Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1144 String curInputMethodId = mSettings.getSelectedInputMethod(); in onHandleForceStop()
1261 String curInputMethodId = mSettings.getSelectedInputMethod(); in onFinishPackageChangesInternal()
1545 final String defaultImiId = mSettings.getSelectedInputMethod(); in switchUserLocked()
1563 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) { in switchUserLocked()
1578 + " selectedIme=" + mSettings.getSelectedInputMethod()); in switchUserLocked()
1644 final String defaultImiId = mSettings.getSelectedInputMethod(); in systemRunning()
2649 String id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
2652 id = mSettings.getSelectedInputMethod(); in updateInputMethodsFromSettingsLocked()
4046 final String defaultImiId = mSettings.getSelectedInputMethod(); in buildInputMethodListLocked()
4100 final String lastInputMethodId = mSettings.getSelectedInputMethod(); in showInputMethodMenu()
[all …]
DInputMethodUtils.java1230 String getSelectedInputMethod() { in getSelectedInputMethod() method in InputMethodUtils.InputMethodSettings
/frameworks/base/services/
Dart-profile7376 HSPLcom/android/server/inputmethod/InputMethodUtils$InputMethodSettings;->getSelectedInputMethod()L…