Searched refs:currentScopes (Results 1 – 1 of 1) sorted by relevance
5849 final List<String> currentScopes = policy.mDelegationMap.valueAt(i); in setDelegatedScopePreO() local5851 if (!currentPackage.equals(delegatePackage) && currentScopes.contains(scope)) { in setDelegatedScopePreO()5852 final List<String> newScopes = new ArrayList(currentScopes); in setDelegatedScopePreO()