Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java123 final PreferenceCategory recentRequests = new PreferenceCategory(themedContext); in onCreatePreferences() local
124 screen.addPreference(recentRequests); in onCreatePreferences()
125 recentRequests.setTitle(R.string.location_category_recent_location_requests); in onCreatePreferences()
151 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
157 recentRequests.addPreference(banner); in onCreatePreferences()