Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DInstalledAppCountItemManager.java38 public class InstalledAppCountItemManager { class
43 public InstalledAppCountItemManager(Context context) { in InstalledAppCountItemManager() method in InstalledAppCountItemManager
DAppsFragment.java35 private InstalledAppCountItemManager mInstalledAppCountItemManager;
56 mInstalledAppCountItemManager = new InstalledAppCountItemManager(context); in onAttach()
DRecentAppsViewAllPreferenceController.java33 implements InstalledAppCountItemManager.InstalledAppCountListener {
DAllAppsPreferenceController.java38 InstalledAppCountItemManager.InstalledAppCountListener {
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DInstalledAppCountItemManagerTest.java47 private InstalledAppCountItemManager mInstalledAppCountItemManager;
58 mInstalledAppCountItemManager = new InstalledAppCountItemManager(mContext); in setUp()