Searched refs:mInstalledAppCountItemManager (Results 1 – 2 of 2) sorted by relevance
35 private InstalledAppCountItemManager mInstalledAppCountItemManager; field in AppsFragment56 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()
47 private InstalledAppCountItemManager mInstalledAppCountItemManager; field in InstalledAppCountItemManagerTest58 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()