Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DPackageAccessDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_PACKAGE_ACCESS;
88 return scopes.contains(DELEGATION_PACKAGE_ACCESS); in amIPackageAccessDelegate()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java27 import static android.app.admin.DevicePolicyManager.DELEGATION_PACKAGE_ACCESS;
90 DELEGATION_PACKAGE_ACCESS,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java98 private static final String DELEGATION_PACKAGE_ACCESS = "delegation-package-access"; field in DeviceAndProfileOwnerTest
269 DELEGATION_PACKAGE_ACCESS, in getDelegationScopes()