Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java425 public static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument
426 if (enabledImes == null || enabledImes.isEmpty()) { in getMostApplicableDefaultIME()
430 int i = enabledImes.size(); in getMostApplicableDefaultIME()
434 final InputMethodInfo imi = enabledImes.get(i); in getMostApplicableDefaultIME()
447 return enabledImes.get(Math.max(firstFoundSystemIme, 0)); in getMostApplicableDefaultIME()
1207 List<Pair<String, ArrayList<String>>> enabledImes = in getLastSubtypeForInputMethodLockedInternal() local
1217 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()
1233 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument
1234 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java3697 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local
3698 final int N = enabledImes.size(); in buildInputMethodListLocked()
3700 final InputMethodInfo imi = enabledImes.get(i); in buildInputMethodListLocked()
5030 final ArrayList<InputMethodInfo> enabledImes = in handleShellCommandResetInputMethod() local
5032 final int N = enabledImes.size(); in handleShellCommandResetInputMethod()
5034 setInputMethodEnabledLocked(enabledImes.get(i).getId(), false); in handleShellCommandResetInputMethod()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java8642 List<InputMethodInfo> enabledImes = inputMethodManager.getEnabledInputMethodList(); in setPermittedInputMethods() local
8644 if (enabledImes != null) { in setPermittedInputMethods()
8646 for (InputMethodInfo ime : enabledImes) { in setPermittedInputMethods()