Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java23 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;
111 DELEGATION_ENABLE_SYSTEM_APP); in testDelegateReceivesScopeChangedBroadcast()
133 DELEGATION_ENABLE_SYSTEM_APP); in testCantDelegateToUninstalledPackage()
149 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()
152 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()
159 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
173 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
175 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DEnableSystemAppDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;
82 return scopes.contains(DELEGATION_ENABLE_SYSTEM_APP); in amIEnableSystemAppDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java87 private static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app"; field in DeviceAndProfileOwnerTest
327 DELEGATION_ENABLE_SYSTEM_APP, in getDelegationScopes()