Searched refs:shouldShowUninstallForAll (Results 1 – 2 of 2) sorted by relevance
134 assertThat(mFragment.shouldShowUninstallForAll(appEntry)).isTrue(); in shouldShowUninstallForAll_installForOneOtherUserOnly_shouldReturnTrue()150 assertThat(mFragment.shouldShowUninstallForAll(appEntry)).isFalse(); in shouldShowUninstallForAll_installForSelfOnly_shouldReturnFalse()272 assertThat(mFragment.shouldShowUninstallForAll(appEntry)).isFalse(); in instantApps_noUninstallForAllButton()
421 shouldShowUninstallForAll(mAppEntry) && !mAppsControlDisallowedBySystem); in onPrepareOptionsMenu()565 boolean shouldShowUninstallForAll(AppEntry appEntry) { in shouldShowUninstallForAll() method in AppInfoDashboardFragment