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

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodSettingValuesWrapper.java47 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<InputMethodInfo>(); field in class:InputMethodSettingValuesWrapper
79 mMethodMap, mMethodList, getDefaultCurrentUserId());
86 mMethodList.clear();
89 mMethodList.addAll(imms);
118 return mMethodList;

Completed in 27 milliseconds