Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DRecentAppsGroupPreferenceController.java56 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument
57 mAreThereRecentlyUsedApps = !recentAppStats.isEmpty(); in onRecentAppStatsLoaded()
DAllAppsPreferenceController.java59 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument
60 mAreThereRecentlyUsedApps = !recentAppStats.isEmpty(); in onRecentAppStatsLoaded()
DRecentAppsListPreferenceController.java70 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument
71 mRecentAppStats = recentAppStats; in onRecentAppStatsLoaded()
DRecentAppsItemManager.java197 void onRecentAppStatsLoaded(List<UsageStats> recentAppStats); in onRecentAppStatsLoaded() argument
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppStatsMixin.java149 final List<UsageStats> recentAppStats = mPowerManager.isPowerSaveMode() in getRecentAppsStats() local
156 for (final UsageStats pkgStats : recentAppStats) { in getRecentAppsStats()