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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java457 String curInputMethodId = mSettings.getSelectedInputMethod();
487 String curInputMethodId = mSettings.getSelectedInputMethod();
669 final String defaultImiId = mSettings.getSelectedInputMethod();
742 final String selectedImiId = mSettings.getSelectedInputMethod();
1581 String id = mSettings.getSelectedInputMethod();
1584 id = mSettings.getSelectedInputMethod();
2507 final String defaultImiId = mSettings.getSelectedInputMethod();
2560 final String lastInputMethodId = mSettings.getSelectedInputMethod();
2857 final String selId = mSettings.getSelectedInputMethod();
3454 + userId + ", new ime = " + getSelectedInputMethod());
3826 public String getSelectedInputMethod() { method in class:InputMethodManagerService.InputMethodSettings
[all...]

Completed in 37 milliseconds