Home
last modified time | relevance | path

Searched defs:recentApps (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java119 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local
138 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps()
209 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppsPreferenceController.java172 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local
205 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps()
262 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java149 final List<NotifyingApp> recentApps = getDisplayableRecentAppList(); in refreshUi() local
176 private void displayRecentApps(Context prefContext, List<NotifyingApp> recentApps) { in displayRecentApps()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestPreferenceController.java80 Lifecycle lifecycle, RecentLocationApps recentApps) { in RecentLocationRequestPreferenceController()