Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragmentTest.java134 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()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java421 shouldShowUninstallForAll(mAppEntry) && !mAppsControlDisallowedBySystem); in onPrepareOptionsMenu()
565 boolean shouldShowUninstallForAll(AppEntry appEntry) { in shouldShowUninstallForAll() method in AppInfoDashboardFragment