Searched defs:inputMethodInfos (Results 1 – 7 of 7) sorted by relevance
62 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList()66 public void setEnabledInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setEnabledInputMethodList()
120 List<InputMethodInfo> inputMethodInfos = mInputMethodManager.getInputMethodList(); in updateState() local170 List<InputMethodInfo> inputMethodInfos = mInputMethodManager.getEnabledInputMethodList(); in isOnlyEnabledDefaultInputMethod() local
59 List<InputMethodInfo> inputMethodInfos = in updateState() local
74 List<InputMethodInfo> inputMethodInfos = in updateState() local
69 List<InputMethodInfo> inputMethodInfos = imm.getEnabledInputMethodList(); in getPermittedAndEnabledInputMethodList() local
153 ContentResolver resolver, List<InputMethodInfo> inputMethodInfos, in saveInputMethodSubtypeList()
1251 private void addInputMethodInfosToMap(List<InputMethodInfo> inputMethodInfos) { in addInputMethodInfosToMap()