Searched refs:RecentAppsItemManager (Results 1 – 6 of 6) sorted by relevance
50 public class RecentAppsItemManager implements Comparator<UsageStats> { class52 private static final Logger LOG = new Logger(RecentAppsItemManager.class);67 public RecentAppsItemManager(Context context, int maximumApps) { in RecentAppsItemManager() method in RecentAppsItemManager73 RecentAppsItemManager(Context context, int maximumApps, ApplicationsState applicationsState) { in RecentAppsItemManager() method in RecentAppsItemManager
35 private RecentAppsItemManager mRecentAppsItemManager;49 mRecentAppsItemManager = new RecentAppsItemManager(context, in onAttach()
35 implements RecentAppsItemManager.RecentAppStatsListener {
37 RecentAppsItemManager.RecentAppStatsListener,
44 implements RecentAppsItemManager.RecentAppStatsListener {
59 private RecentAppsItemManager mRecentAppsItemManager;79 mRecentAppsItemManager = new RecentAppsItemManager(mContext, in setUp()