Searched refs:currentScopes (Results 1 – 1 of 1) sorted by relevance
6114 final List<String> currentScopes = policy.mDelegationMap.valueAt(i); in setDelegatedScopes() local6118 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() local6395 if (!currentPackage.equals(delegatePackage) && currentScopes.contains(scope)) { in setDelegatedScopePreO()6396 final List<String> newScopes = new ArrayList(currentScopes); in setDelegatedScopePreO()