Searched refs:getSelectedInputMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java965 String curInputMethodId = mSettings.getSelectedInputMethod();
1081 String curInputMethodId = mSettings.getSelectedInputMethod();
1353 final String defaultImiId = mSettings.getSelectedInputMethod();
1371 if (TextUtils.isEmpty(mSettings.getSelectedInputMethod())) {
1391 + " selectedIme=" + mSettings.getSelectedInputMethod());
2334 String id = mSettings.getSelectedInputMethod();
2337 id = mSettings.getSelectedInputMethod();
3514 final String defaultImiId = mSettings.getSelectedInputMethod();
3568 final String lastInputMethodId = mSettings.getSelectedInputMethod();
3813 final String selId = mSettings.getSelectedInputMethod();
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1321 public String getSelectedInputMethod() { method in class:InputMethodUtils.InputMethodSettings

Completed in 55 milliseconds