Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6114 final List<String> currentScopes = policy.mDelegationMap.valueAt(i); in setDelegatedScopes() local
6118 if (currentScopes.removeAll(exclusiveScopes)) { in setDelegatedScopes()
6121 if (currentScopes.isEmpty()) { in setDelegatedScopes()
6125 new ArrayList<>(currentScopes), userId); in setDelegatedScopes()
6393 final List<String> currentScopes = policy.mDelegationMap.valueAt(i); in setDelegatedScopePreO() local
6395 if (!currentPackage.equals(delegatePackage) && currentScopes.contains(scope)) { in setDelegatedScopePreO()
6396 final List<String> newScopes = new ArrayList(currentScopes); in setDelegatedScopePreO()