Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppsPreferenceController.java127 displayRecentApps(); in refreshUi()
177 private void displayRecentApps() { in displayRecentApps() method in AppsPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DRecentNotificationsAppsPreferenceController.java114 displayRecentApps(recentApps); in refresh()
182 private void displayRecentApps(List<NotifyingApp> recentApps) { in displayRecentApps() method in RecentNotificationsAppsPreferenceController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java122 displayRecentApps(prefContext, recentApps); in refreshUi()
139 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps() method in RecentAppsPreferenceController