Searched refs:APK_USES_STORAGE_OPT_OUT_29 (Results 1 – 1 of 1) sorted by relevance
71 private static final String APK_USES_STORAGE_OPT_OUT_29 = field in RestrictedStoragePermissionTest146 installApp(APK_USES_STORAGE_OPT_OUT_29, null /*whitelistedPermissions*/); in testTargetingSdk29OptOutWhitelistedHasFullAccess()156 installApp(APK_USES_STORAGE_OPT_OUT_29, Collections.emptySet()); in testTargetingSdk29OptOutNotWhitelistedHasIsolatedAccess()166 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in testTargetingSdk29CanOptOutViaUpdate()203 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in testTargetingSdk28CanRemoveOptInByOptingOut()231 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in testTargetingSdk29DoesNotLoseAccessViaUpdate()241 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in testTargetingSdk29DoesNotLoseAccessWhenOptingIn()251 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in testTargetingSdk29LosesAccessViaUpdateToTargetSdk30()401 installApp(APK_USES_STORAGE_OPT_OUT_29, Collections.emptySet()); in canGrantStorageTargetingSdk29OptOutNotWhitelisted()423 installApp(APK_USES_STORAGE_OPT_OUT_29, null); in canGrantStorageTargetingSdk29OptOutWhitelisted()[all …]