Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DInstalledAppCountItemManagerTest.java65 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()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DInstalledAppCountItemManager.java66 if (shouldCountApp(applicationInfo)) { in startLoading()
79 boolean shouldCountApp(ApplicationInfo applicationInfo) { in shouldCountApp() method in InstalledAppCountItemManager