Searched refs:BLOCKED_APP_STREAMING_COMPONENT (Results 1 – 2 of 2) sorted by relevance
84 private static final ComponentName BLOCKED_APP_STREAMING_COMPONENT = field in GenericWindowPolicyControllerTest190 BLOCKED_APP_STREAMING_COMPONENT.getPackageName(), in userNotAllowlisted_systemUserCanLaunchBlockedAppStreamingActivity()191 BLOCKED_APP_STREAMING_COMPONENT.getClassName(), in userNotAllowlisted_systemUserCanLaunchBlockedAppStreamingActivity()340 BLOCKED_APP_STREAMING_COMPONENT.getPackageName(), in canActivityBeLaunched_blockedAppStreamingComponent_isNeverBlocked()341 BLOCKED_APP_STREAMING_COMPONENT.getClassName(), in canActivityBeLaunched_blockedAppStreamingComponent_isNeverBlocked()350 BLOCKED_APP_STREAMING_COMPONENT); in canActivityBeLaunched_blockedAppStreamingComponentExplicitlyBlocked_isNeverBlocked()354 BLOCKED_APP_STREAMING_COMPONENT.getPackageName(), in canActivityBeLaunched_blockedAppStreamingComponentExplicitlyBlocked_isNeverBlocked()355 BLOCKED_APP_STREAMING_COMPONENT.getClassName(), in canActivityBeLaunched_blockedAppStreamingComponentExplicitlyBlocked_isNeverBlocked()367 gwpc.addActivityPolicyExemption(BLOCKED_APP_STREAMING_COMPONENT); in canActivityBeLaunched_blockedAppStreamingComponentExemptFromStreaming_isNeverBlocked()370 BLOCKED_APP_STREAMING_COMPONENT.getPackageName(), in canActivityBeLaunched_blockedAppStreamingComponentExemptFromStreaming_isNeverBlocked()[all …]
79 private static final ComponentName BLOCKED_APP_STREAMING_COMPONENT = field in GenericWindowPolicyController350 if (BLOCKED_APP_STREAMING_COMPONENT.equals(activityComponent) && activityUser.isSystem()) { in canContainActivity()