Searched refs:recentAppStats (Results 1 – 4 of 4) sorted by relevance
56 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument57 mAreThereRecentlyUsedApps = !recentAppStats.isEmpty(); in onRecentAppStatsLoaded()
59 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument60 mAreThereRecentlyUsedApps = !recentAppStats.isEmpty(); in onRecentAppStatsLoaded()
69 public void onRecentAppStatsLoaded(List<UsageStats> recentAppStats) { in onRecentAppStatsLoaded() argument70 mRecentAppStats = recentAppStats; in onRecentAppStatsLoaded()
197 void onRecentAppStatsLoaded(List<UsageStats> recentAppStats); in onRecentAppStatsLoaded() argument