Searched refs:inputMethodInfos (Results 1 – 8 of 8) sorted by relevance
96 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() argument97 sInputMethodList = inputMethodInfos; in setInputMethodList()98 if (inputMethodInfos == null) { in setInputMethodList()102 addInputMethodInfosToMap(inputMethodInfos); in setInputMethodList()127 private static void addInputMethodInfosToMap(List<InputMethodInfo> inputMethodInfos) { in addInputMethodInfosToMap() argument129 sInputMethodMap = inputMethodInfos.stream().collect(Collectors.toMap( in addInputMethodInfosToMap()134 inputMethodInfos.forEach(imi -> { in addInputMethodInfosToMap()
62 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() argument63 mInputMethodInfos = inputMethodInfos; in setInputMethodList()66 public void setEnabledInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setEnabledInputMethodList() argument67 mEnabledInputMethodInfos = inputMethodInfos; in setEnabledInputMethodList()
120 List<InputMethodInfo> inputMethodInfos = mInputMethodManager.getInputMethodList(); in updateState() local121 if (inputMethodInfos == null || inputMethodInfos.size() == 0) { in updateState()125 Collections.sort(inputMethodInfos, Comparator.comparing( in updateState()130 for (InputMethodInfo inputMethodInfo : inputMethodInfos) { in updateState()170 List<InputMethodInfo> inputMethodInfos = mInputMethodManager.getEnabledInputMethodList(); in isOnlyEnabledDefaultInputMethod() local172 for (InputMethodInfo imi : inputMethodInfos) { in isOnlyEnabledDefaultInputMethod()
73 List<InputMethodInfo> inputMethodInfos = imm.getEnabledInputMethodList(); in getPermittedAndEnabledInputMethodList() local74 if (inputMethodInfos != null) { in getPermittedAndEnabledInputMethodList()78 inputMethodInfos = inputMethodInfos.stream().filter(info -> { in getPermittedAndEnabledInputMethodList()87 return inputMethodInfos; in getPermittedAndEnabledInputMethodList()
59 List<InputMethodInfo> inputMethodInfos = in updateState() local62 if (inputMethodInfos == null) { in updateState()68 for (InputMethodInfo inputMethodInfo : inputMethodInfos) { in updateState()
74 List<InputMethodInfo> inputMethodInfos = in updateState() local77 int size = (inputMethodInfos == null) ? 0 : inputMethodInfos.size(); in updateState()79 InputMethodInfo inputMethodInfo = inputMethodInfos.get(i); in updateState()
153 ContentResolver resolver, List<InputMethodInfo> inputMethodInfos, in saveInputMethodSubtypeList() argument163 for (final InputMethodInfo imi : inputMethodInfos) { in saveInputMethodSubtypeList()
1251 private void addInputMethodInfosToMap(List<InputMethodInfo> inputMethodInfos) { in addInputMethodInfosToMap() argument1253 mInputMethodMap = inputMethodInfos.stream().collect(Collectors.toMap( in addInputMethodInfosToMap()1258 inputMethodInfos.forEach(imi -> { in addInputMethodInfosToMap()