Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6099 List<String> exclusiveScopes = null; in setDelegatedScopes() local
6102 exclusiveScopes = new ArrayList<>(scopes); in setDelegatedScopes()
6103 exclusiveScopes.retainAll(EXCLUSIVE_DELEGATIONS); in setDelegatedScopes()
6111 if (exclusiveScopes != null && !exclusiveScopes.isEmpty()) { in setDelegatedScopes()
6118 if (currentScopes.removeAll(exclusiveScopes)) { in setDelegatedScopes()