Searched refs:delegatedScopes (Results 1 – 21 of 21) sorted by relevance
35 String[] delegatedScopes) { in EnterprisePolicyWrapper() argument40 this.mDelegatedScopes = delegatedScopes; in EnterprisePolicyWrapper()59 public String[] delegatedScopes() { in delegatedScopes() method in EnterprisePolicyWrapper
34 delegatedScopes = DELEGATION_SECURITY_LOGGING)
35 delegatedScopes = DELEGATION_SECURITY_LOGGING)
32 delegatedScopes = DELEGATION_NETWORK_LOGGING)
38 delegatedScopes = DELEGATION_PERMISSION_GRANT)
40 delegatedScopes = DELEGATION_CERT_INSTALL)
38 delegatedScopes = DELEGATION_CERT_SELECTION)
39 delegatedScopes = DELEGATION_CERT_INSTALL)
38 delegatedScopes = DELEGATION_ENABLE_SYSTEM_APP)
37 delegatedScopes = DELEGATION_PACKAGE_ACCESS)
42 delegatedScopes = DELEGATION_PERMISSION_GRANT)
39 delegatedScopes = DELEGATION_PERMISSION_GRANT)
43 delegatedScopes = DELEGATION_APP_RESTRICTIONS
41 delegatedScopes = DELEGATION_PACKAGE_ACCESS,
42 delegatedScopes = DELEGATION_CERT_INSTALL,
42 delegatedScopes = DELEGATION_BLOCK_UNINSTALL,
214 String[] delegatedScopes() default {}; in delegatedScopes() method
894 Set<String> delegatedScopes = new HashSet<>(); in mergePolicies() local912 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()
266 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());