OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelectedInputMethod
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java
124
final InputMethodInfo imi = mMethodMap.get(mSettings.
getSelectedInputMethod
());
126
Log.w(TAG, "Invalid selected imi: " + mSettings.
getSelectedInputMethod
());
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
469
String curInputMethodId = mSettings.
getSelectedInputMethod
();
499
String curInputMethodId = mSettings.
getSelectedInputMethod
();
683
final String defaultImiId = mSettings.
getSelectedInputMethod
();
764
final String selectedImiId = mSettings.
getSelectedInputMethod
();
795
final String defaultImiId = mSettings.
getSelectedInputMethod
();
[
all
...]
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
[
all
...]
Completed in 3582 milliseconds