Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DEnableSystemAppDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;
70 return scopes.contains(DELEGATION_ENABLE_SYSTEM_APP); in amIEnableSystemAppDelegate()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java23 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;
91 DELEGATION_ENABLE_SYSTEM_APP,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java99 private static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app"; field in DeviceAndProfileOwnerTest
270 DELEGATION_ENABLE_SYSTEM_APP, in getDelegationScopes()