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.java104 final PreferenceCategory recentRequests = new PreferenceCategory(themedContext); in onCreatePreferences() local
105 screen.addPreference(recentRequests); in onCreatePreferences()
106 recentRequests.setTitle(R.string.location_category_recent_location_requests); in onCreatePreferences()
132 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
138 recentRequests.addPreference(banner); in onCreatePreferences()