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.java5702 final List<InputMethodInfo> nextEnabledImes; in handleShellCommandResetInputMethod() local
5723 nextEnabledImes = mSettings.getEnabledInputMethodListLocked(); in handleShellCommandResetInputMethod()
5736 nextEnabledImes = InputMethodUtils.getDefaultEnabledImes(mContext, methodList); in handleShellCommandResetInputMethod()
5737 nextIme = InputMethodUtils.getMostApplicableDefaultIME(nextEnabledImes).getId(); in handleShellCommandResetInputMethod()
5741 nextEnabledImes.forEach(imi -> settings.appendAndPutEnabledInputMethodLocked( in handleShellCommandResetInputMethod()
5750 nextEnabledImes.forEach(ime -> out.println(" Enabled: " + ime.getId())); in handleShellCommandResetInputMethod()