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.java374 private static final String DELEGATIONS[] = { field in DevicePolicyManagerService
6074 if (scopes.retainAll(Arrays.asList(DELEGATIONS))) { in setDelegatedScopes()
6208 if (!Arrays.asList(DELEGATIONS).contains(scope)) { in getDelegatePackages()
6290 if (!Arrays.asList(DELEGATIONS).contains(scope)) { in isCallerDelegate()