Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java96 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); in handleIntent() local
102 private void sendScopeReportBroadcast(List<String> scopes) { in sendScopeReportBroadcast()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/enterprise/
DEnsureHasDelegate.java73 String[] scopes(); in scopes() method
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java110 List<String> scopes = scopeArray == null ? new ArrayList<>() in handleIntent() local
DNetworkLoggingTest.java211 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
DBaseDeviceAdminTest.java231 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1431 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()