Searched refs:BLOCKED_ACTIVITY_COMPONENT (Results 1 – 5 of 5) sorted by relevance
26 import static android.virtualdevice.cts.common.VirtualDeviceRule.BLOCKED_ACTIVITY_COMPONENT;207 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in permissionDialogDefaultParams_streamingDisabled_showsBlockedDialog()218 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in permissionDialogAllowlisted_streamingDisabled_showsBlockedDialog()229 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in permissionDialogDynamicallyAllowlisted_streamingDisabled_showsBlockedDialog()239 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in permissionDialogInBlocklist_streamingEnabled_showsBlockedDialog()248 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in permissionDialogInDynamicBlocklist_streamingEnabled_showsBlockedDialog()257 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in allowlistPolicy_permissionDialogNotAllowlisted_showsBlockedDialog()266 verifyComponentShownAfterPermissionRequest(BLOCKED_ACTIVITY_COMPONENT); in dynamicAllowlistPolicy_permissionDialogNotAllowlisted_showsBlockedDialog()
144 assertActivityOnDisplay(VirtualDeviceRule.BLOCKED_ACTIVITY_COMPONENT, displayId, in assertActivityLaunchBlocked()
422 assertActivityLaunched(VirtualDeviceRule.BLOCKED_ACTIVITY_COMPONENT); in assertBlockedAppStreamingActivityLaunched()
721 .toBeEqualTo(BLOCKED_ACTIVITY_COMPONENT) in <lambda>()768 .toBeEqualTo(BLOCKED_ACTIVITY_COMPONENT) in <lambda>()1312 private val BLOCKED_ACTIVITY_COMPONENT = TestApis.packages().component( in <lambda>() constant
113 public static final ComponentName BLOCKED_ACTIVITY_COMPONENT = field in VirtualDeviceRule