Searched refs:nextEnabledImes (Results 1 – 1 of 1) sorted by relevance
5723 final List<InputMethodInfo> nextEnabledImes; in handleShellCommandResetInputMethod() local5744 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()