Searched refs:mInputMethodMap (Results 1 – 1 of 1) sorted by relevance
94 private Map<String, InputMethodInfo> mInputMethodMap; field in KeyboardManagementPreferenceControllerTest112 mInputMethodMap = new HashMap<>(); in setUp()1228 enabledInputMethodList.add(mInputMethodMap.get(InputMethodUtil.sInputMethodSplitter in getEnabledInputMethodList()1252 if (mInputMethodMap == null || mInputMethodMap.size() == 0) { in addInputMethodInfosToMap()1253 mInputMethodMap = inputMethodInfos.stream().collect(Collectors.toMap( in addInputMethodInfosToMap()1259 mInputMethodMap.put(imi.getId(), imi); in addInputMethodInfosToMap()