Searched refs:nextEnabledImes (Results 1 – 1 of 1) sorted by relevance
6629 final List<InputMethodInfo> nextEnabledImes; in handleShellCommandResetInputMethod() local6668 nextEnabledImes = settings.getEnabledInputMethodList(); in handleShellCommandResetInputMethod()6670 nextEnabledImes = InputMethodInfoUtils.getDefaultEnabledImes(mContext, in handleShellCommandResetInputMethod()6673 nextEnabledImes).getId(); in handleShellCommandResetInputMethod()6676 final String[] nextEnabledImeIds = new String[nextEnabledImes.size()]; in handleShellCommandResetInputMethod()6678 nextEnabledImeIds[i] = nextEnabledImes.get(i).getId(); in handleShellCommandResetInputMethod()6690 nextEnabledImes.forEach(ime -> out.println(" Enabled: " + ime.getId())); in handleShellCommandResetInputMethod()