Searched refs:mInputMethodPreferenceList (Results 1 – 1 of 1) sorted by relevance
80 private final ArrayList<InputMethodPreference> mInputMethodPreferenceList = field in InputMethodAndLanguageSettings153 mInputMethodPreferenceList.clear(); in onCreate()158 mInputMethodPreferenceList.add(pref); in onCreate()161 if (!mInputMethodPreferenceList.isEmpty()) { in onCreate()162 Collections.sort(mInputMethodPreferenceList); in onCreate()164 mKeyboardSettingsCategory.addPreference(mInputMethodPreferenceList.get(i)); in onCreate()393 for (Preference pref : mInputMethodPreferenceList) { in updateActiveInputMethodsSummary()