Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxRestrictionsUnitTest.java185 for (String action : SdkSandboxManagerService.DEFAULT_ACTIVITY_ALLOWED_ACTIONS) { in testEnforceAllowedToStartActivity_defaultAllowedValues()
219 for (String action : SdkSandboxManagerService.DEFAULT_ACTIVITY_ALLOWED_ACTIONS) { in testEnforceAllowedToStartActivity_deviceConfigAllowlist()
232 for (String action : SdkSandboxManagerService.DEFAULT_ACTIVITY_ALLOWED_ACTIONS) { in testEnforceAllowedToStartActivity_restrictionEnforcedDeviceConfigAllowlistNotSet()
294 for (String action : SdkSandboxManagerService.DEFAULT_ACTIVITY_ALLOWED_ACTIONS) { in testEnforceAllowedToStartActivity_nextRestrictionsAppliedButAllowlistNotSet()
307 for (String action : SdkSandboxManagerService.DEFAULT_ACTIVITY_ALLOWED_ACTIONS) { in testEnforceAllowedToStartActivity_nextRestrictionsAppliedButAllowlistNotSet()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java223 static final ArraySet<String> DEFAULT_ACTIVITY_ALLOWED_ACTIONS = field in SdkSandboxManagerService
2220 return DEFAULT_ACTIVITY_ALLOWED_ACTIONS;
2228 return DEFAULT_ACTIVITY_ALLOWED_ACTIONS;