Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6067 List<String> scopeList) throws SecurityException { in setDelegatedScopes() argument
6070 Preconditions.checkCollectionElementsNotNull(scopeList, "Scopes"); in setDelegatedScopes()
6072 final ArrayList<String> scopes = new ArrayList(new ArraySet(scopeList)); in setDelegatedScopes()