Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java345 private static final String DELEGATIONS[] = { field in DevicePolicyManagerService
5622 if (scopes.retainAll(Arrays.asList(DELEGATIONS))) { in setDelegatedScopes()
5726 if (!Arrays.asList(DELEGATIONS).contains(scope)) { in getDelegatePackages()
5764 if (!Arrays.asList(DELEGATIONS).contains(scope)) { in isCallerDelegate()