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;
135 DELEGATION_ENABLE_SYSTEM_APP); in testDelegateReceivesScopeChangedBroadcast()
157 DELEGATION_ENABLE_SYSTEM_APP); in testCantDelegateToUninstalledPackage()
173 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()
176 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()
183 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
197 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
199 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;
70 return scopes.contains(DELEGATION_ENABLE_SYSTEM_APP); in amIEnableSystemAppDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java98 private static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app"; field in DeviceAndProfileOwnerTest
336 DELEGATION_ENABLE_SYSTEM_APP, in getDelegationScopes()