Home
last modified time | relevance | path

Searched refs:recentLocationPrefs (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DLocationFragment.java154 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences() local
177 recentLocationPrefs.add(pref); in onCreatePreferences()
181 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()