Home
last modified time | relevance | path

Searched refs:DELEGATION_APP_RESTRICTIONS (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
97 DELEGATION_APP_RESTRICTIONS, in testDelegateReceivesScopeChangedBroadcast()
136 DELEGATION_APP_RESTRICTIONS, in testCanRetrieveDelegates()
143 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
157 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
167 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
48 DELEGATION_APP_RESTRICTIONS,
DAppRestrictionsDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
169 return scopes.contains(DELEGATION_APP_RESTRICTIONS); in amIAppRestrictionsDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java68 private static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions"; field in DeviceAndProfileOwnerTest
209 DELEGATION_APP_RESTRICTIONS, in testDelegation()