Searched refs:delegatedScopes (Results 1 – 6 of 6) sorted by relevance
40 List<String> delegatedScopes = mDpm.getDelegatedScopes(/* admin= */ null, in testGetsExpectedDelegationScopes() local42 Log.v(TAG, "delegatedScopes: " + delegatedScopes in testGetsExpectedDelegationScopes()45 assertNotNull("Received null scopes", delegatedScopes); in testGetsExpectedDelegationScopes()47 delegatedScopes, expectedScopes); in testGetsExpectedDelegationScopes()53 List<String> delegatedScopes = mDpm.getDelegatedScopes(null, otherPackage); in testDifferentPackageNameThrowsException() local
41 delegatedScopes = DELEGATION_PERMISSION_GRANT)
40 delegatedScopes = DELEGATION_PERMISSION_GRANT)
44 delegatedScopes = DELEGATION_APP_RESTRICTIONS
199 String[] delegatedScopes() default {}; in delegatedScopes() method
231 return Arrays.stream(policy.delegatedScopes()) in generateDelegateAnnotation()384 Set<String> validScopes = ImmutableSet.copyOf(enterprisePolicy.delegatedScopes());