Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java129 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences() local
147 recentLocationPrefs.add(pref); in onCreatePreferences()
151 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()