Searched refs:mMethodList (Results 1 – 2 of 2) sorted by relevance
56 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodSettingValuesWrapper92 mMethodList.clear(); in refreshAllInputMethodAndSubtypes()98 mMethodList.add(imi); in refreshAllInputMethodAndSubtypes()104 return new ArrayList<>(mMethodList); in getInputMethodList()157 for (InputMethodInfo imi : mMethodList) { in getEnabledInputMethodList()
76 private final List<InputMethodInfo> mMethodList; field in InputMethodSettings102 mMethodList = methodMap.values(); in InputMethodSettings()115 return mMethodList; in getMethodList()