Searched refs:enabledImes (Results 1 – 3 of 3) sorted by relevance
425 public static InputMethodInfo getMostApplicableDefaultIME(List<InputMethodInfo> enabledImes) { in getMostApplicableDefaultIME() argument426 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() local1217 enabledImes, imeInTheHistory, subtypeInTheHistory); in getLastSubtypeForInputMethodLockedInternal()1233 ArrayList<String>>> enabledImes, String imeId, String subtypeHashCode) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked() argument1234 for (Pair<String, ArrayList<String>> enabledIme: enabledImes) { in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
3697 final List<InputMethodInfo> enabledImes = mSettings.getEnabledInputMethodListLocked(); in buildInputMethodListLocked() local3698 final int N = enabledImes.size(); in buildInputMethodListLocked()3700 final InputMethodInfo imi = enabledImes.get(i); in buildInputMethodListLocked()5030 final ArrayList<InputMethodInfo> enabledImes = in handleShellCommandResetInputMethod() local5032 final int N = enabledImes.size(); in handleShellCommandResetInputMethod()5034 setInputMethodEnabledLocked(enabledImes.get(i).getId(), false); in handleShellCommandResetInputMethod()
8642 List<InputMethodInfo> enabledImes = inputMethodManager.getEnabledInputMethodList(); in setPermittedInputMethods() local8644 if (enabledImes != null) { in setPermittedInputMethods()8646 for (InputMethodInfo ime : enabledImes) { in setPermittedInputMethods()