Home
last modified time | relevance | path

Searched refs:mMethodList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java56 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodSettingValuesWrapper
92 mMethodList.clear(); in refreshAllInputMethodAndSubtypes()
98 mMethodList.add(imi); in refreshAllInputMethodAndSubtypes()
104 return new ArrayList<>(mMethodList); in getInputMethodList()
157 for (InputMethodInfo imi : mMethodList) { in getEnabledInputMethodList()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java76 private final List<InputMethodInfo> mMethodList; field in InputMethodSettings
102 mMethodList = methodMap.values(); in InputMethodSettings()
115 return mMethodList; in getMethodList()