Home
last modified time | relevance | path

Searched refs:recentAppStats (Results 1 – 4 of 4) 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.java69 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument
70 mRecentAppStats = recentAppStats; in onRecentAppStatsLoaded()
DRecentAppsItemManager.java197 void onRecentAppStatsLoaded(List<UsageStats> recentAppStats); in onRecentAppStatsLoaded() argument