Home
last modified time | relevance | path

Searched refs:RecentAppsItemManager (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DRecentAppsItemManager.java50 public class RecentAppsItemManager implements Comparator<UsageStats> { class
52 private static final Logger LOG = new Logger(RecentAppsItemManager.class);
67 public RecentAppsItemManager(Context context, int maximumApps) { in RecentAppsItemManager() method in RecentAppsItemManager
73 RecentAppsItemManager(Context context, int maximumApps, ApplicationsState applicationsState) { in RecentAppsItemManager() method in RecentAppsItemManager
DAppsFragment.java35 private RecentAppsItemManager mRecentAppsItemManager;
49 mRecentAppsItemManager = new RecentAppsItemManager(context, in onAttach()
DRecentAppsGroupPreferenceController.java35 implements RecentAppsItemManager.RecentAppStatsListener {
DAllAppsPreferenceController.java37 RecentAppsItemManager.RecentAppStatsListener,
DRecentAppsListPreferenceController.java44 implements RecentAppsItemManager.RecentAppStatsListener {
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DRecentAppsItemManagerTest.java59 private RecentAppsItemManager mRecentAppsItemManager;
79 mRecentAppsItemManager = new RecentAppsItemManager(mContext, in setUp()