Home
last modified time | relevance | path

Searched refs:delegatedScopes (Results 1 – 21 of 21) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
DEnterprisePolicyWrapper.java35 String[] delegatedScopes) { in EnterprisePolicyWrapper() argument
40 this.mDelegatedScopes = delegatedScopes; in EnterprisePolicyWrapper()
59 public String[] delegatedScopes() { in delegatedScopes() method in EnterprisePolicyWrapper
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DGlobalSecurityLogging.java34 delegatedScopes = DELEGATION_SECURITY_LOGGING)
DSecurityLogging.java35 delegatedScopes = DELEGATION_SECURITY_LOGGING)
DNetworkLogging.java32 delegatedScopes = DELEGATION_NETWORK_LOGGING)
DSetSensorPermissionPolicyPromptForOrganizationOwnedWorkProfile.java38 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DCaCertManagement.java40 delegatedScopes = DELEGATION_CERT_INSTALL)
DSetPermissionPolicy.java38 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DKeySelection.java38 delegatedScopes = DELEGATION_CERT_SELECTION)
DKeyManagementWithAdminReceiver.java39 delegatedScopes = DELEGATION_CERT_INSTALL)
DEnableSystemApp.java38 delegatedScopes = DELEGATION_ENABLE_SYSTEM_APP)
DSuspendPackage.java37 delegatedScopes = DELEGATION_PACKAGE_ACCESS)
DSetSmsPermissionGranted.java42 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DSetPermissionGrantState.java39 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DDpcOnlyApplicationRestrictions.java43 delegatedScopes = DELEGATION_APP_RESTRICTIONS
DApplicationHidden.java41 delegatedScopes = DELEGATION_PACKAGE_ACCESS,
DKeyManagement.java42 delegatedScopes = DELEGATION_CERT_INSTALL,
DApplicationRestrictions.java43 delegatedScopes = DELEGATION_APP_RESTRICTIONS
DBlockUninstall.java42 delegatedScopes = DELEGATION_BLOCK_UNINSTALL,
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnterprisePolicy.java214 String[] delegatedScopes() default {}; in delegatedScopes() method
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java894 Set<String> delegatedScopes = new HashSet<>(); in mergePolicies() local
912 if (enterprisePolicy.delegatedScopes().length > 0) { in mergePolicies()
913 … ImmutableSet<String> newDelegatedScopes = ImmutableSet.copyOf(enterprisePolicy.delegatedScopes()); in mergePolicies()
914 if (!delegatedScopes.isEmpty() in mergePolicies()
915 && !delegatedScopes.containsAll(newDelegatedScopes)) { in mergePolicies()
921 delegatedScopes = newDelegatedScopes; in mergePolicies()
928 delegatedScopes.toArray(new String[0])); in mergePolicies()
DPolicy.java266 AppOp[] appOps, String[] delegatedScopes) {
268 dpc, permissions, appOps, delegatedScopes);
493 return Arrays.stream(policy.delegatedScopes())
552 enterprisePolicyWrapper.delegatedScopes());
600 enterprisePolicy.delegatedScopes()));
759 Set<String> validScopes = ImmutableSet.copyOf(enterprisePolicy.delegatedScopes());