Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java40 List<String> delegatedScopes = mDpm.getDelegatedScopes(/* admin= */ null, in testGetsExpectedDelegationScopes() local
42 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
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/policies/
DSetSmsPermissionGranted.java41 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DSetPermissionGrantState.java40 delegatedScopes = DELEGATION_PERMISSION_GRANT)
DApplicationRestrictions.java44 delegatedScopes = DELEGATION_APP_RESTRICTIONS
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/enterprise/
DEnterprisePolicy.java199 String[] delegatedScopes() default {}; in delegatedScopes() method
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java231 return Arrays.stream(policy.delegatedScopes()) in generateDelegateAnnotation()
384 Set<String> validScopes = ImmutableSet.copyOf(enterprisePolicy.delegatedScopes());