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/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnsureHasDelegate.java75 String[] scopes(); in scopes() method
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java108 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.java1147 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()