Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
133 DELEGATION_APP_RESTRICTIONS, in testDelegateReceivesScopeChangedBroadcast()
172 DELEGATION_APP_RESTRICTIONS, in testCanRetrieveDelegates()
179 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
193 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
203 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_APP_RESTRICTIONS) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DAppRestrictionsDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_APP_RESTRICTIONS;
164 return scopes.contains(DELEGATION_APP_RESTRICTIONS); in amIAppRestrictionsDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java94 private static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions"; field in DeviceAndProfileOwnerTest
331 DELEGATION_APP_RESTRICTIONS, in getDelegationScopes()