Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5723 final List<InputMethodInfo> nextEnabledImes; in handleShellCommandResetInputMethod() local
5744 nextEnabledImes = mSettings.getEnabledInputMethodListLocked(); in handleShellCommandResetInputMethod()
5757 nextEnabledImes = InputMethodUtils.getDefaultEnabledImes(mContext, methodList); in handleShellCommandResetInputMethod()
5758 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()
5762 nextEnabledImes.forEach(imi -> settings.appendAndPutEnabledInputMethodLocked( in handleShellCommandResetInputMethod()
5771 nextEnabledImes.forEach(ime -> out.println(" Enabled: " + ime.getId())); in handleShellCommandResetInputMethod()