Searched refs:shouldCountApp (Results 1 – 2 of 2) sorted by relevance
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()
66 if (shouldCountApp(applicationInfo)) { in startLoading()79 boolean shouldCountApp(ApplicationInfo applicationInfo) { in shouldCountApp() method in InstalledAppCountItemManager