Searched refs:recentLocationPrefs (Results 1 – 2 of 2) sorted by relevance
104 List<PreferenceCompat> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreate() local125 recentLocationPrefs.add(pref); in onCreate()128 addPreferencesSorted(recentLocationPrefs); in onCreate()
154 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences() local177 recentLocationPrefs.add(pref); in onCreatePreferences()181 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()