Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
DSensorFragment.java255 Preference showAllRecent = new Preference(themedContext); in addRecentAppsGroup() local
256 showAllRecent.setTitle(R.string.recently_accessed_show_all); in addRecentAppsGroup()
257 showAllRecent.setOnPreferenceClickListener(preference -> { in addRecentAppsGroup()
264 recentRequests.addPreference(showAllRecent); in addRecentAppsGroup()