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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1414 public int getSelectedInputMethodSubtypeId(String selectedImiId) { argument
1415 final InputMethodInfo imi = mMethodMap.get(selectedImiId);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java987 final String selectedImiId = mSettings.getSelectedInputMethod();
988 if (TextUtils.isEmpty(selectedImiId)) {

Completed in 5671 milliseconds