Searched refs:newPreferenceList (Results 1 – 1 of 1) sorted by relevance
153 List<Preference> newPreferenceList = new ArrayList<Preference>(mPreferenceList.size()); in syncMyPreferences() local154 flattenPreferenceGroup(newPreferenceList, mPreferenceGroup); in syncMyPreferences()155 mPreferenceList = newPreferenceList; in syncMyPreferences()