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