Searched refs:recentLocationPrefs (Results 1 – 2 of 2) sorted by relevance
109 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences() local121 recentLocationPrefs.add(pref); in onCreatePreferences()125 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
206 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in createPreferenceHierarchy() local219 recentLocationPrefs.add(pref); in createPreferenceHierarchy()223 addPreferencesSorted(recentLocationPrefs, mCategoryRecentLocationRequests); in createPreferenceHierarchy()