Home
last modified time | relevance | path

Searched refs:mInstalledAppCountItemManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DAppsFragment.java35 private InstalledAppCountItemManager mInstalledAppCountItemManager; field in AppsFragment
56 mInstalledAppCountItemManager = new InstalledAppCountItemManager(context); in onAttach()
57 mInstalledAppCountItemManager.addListener(use(AllAppsPreferenceController.class, in onAttach()
59 mInstalledAppCountItemManager.addListener(use(RecentAppsViewAllPreferenceController.class, in onAttach()
71 mInstalledAppCountItemManager.startLoading(); in onCreate()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DInstalledAppCountItemManagerTest.java47 private InstalledAppCountItemManager mInstalledAppCountItemManager; field in InstalledAppCountItemManagerTest
58 mInstalledAppCountItemManager = new InstalledAppCountItemManager(mContext); in setUp()
65 assertThat(mInstalledAppCountItemManager.shouldCountApp(mMockApplicationInfo)).isTrue(); in isUpdatedSystemApp_isCounted()
76 assertThat(mInstalledAppCountItemManager.shouldCountApp(mMockApplicationInfo)).isTrue(); in isSystemApp_userCanOpen_isCounted()
86 assertThat(mInstalledAppCountItemManager.shouldCountApp(mMockApplicationInfo)).isFalse(); in isSystemApp_userCannotOpen_isNotCounted()