Searched refs:sInputMethodMap (Results 1 – 1 of 1) sorted by relevance
43 private static Map<String, InputMethodInfo> sInputMethodMap = new HashMap<>(); field in ShadowInputMethodManager49 sInputMethodMap.clear(); in reset()90 enabledInputMethodList.add(sInputMethodMap.get(InputMethodUtil.sInputMethodSplitter in getEnabledInputMethodList()128 if (sInputMethodMap == null || sInputMethodMap.size() == 0) { in addInputMethodInfosToMap()129 sInputMethodMap = inputMethodInfos.stream().collect(Collectors.toMap( in addInputMethodInfosToMap()135 sInputMethodMap.put(imi.getId(), imi); in addInputMethodInfosToMap()