Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java371 final Map<String, DevicePolicyEventWrapper[]> delegationTests = getDelegationTests(); in testDelegation() local
373 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
380 executeDelegationTests(delegationTests, true /* positive result */); in testDelegation()
384 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
1780 private void executeDelegationTests(Map<String, DevicePolicyEventWrapper[]> delegationTests, in executeDelegationTests() argument
1783 for (Map.Entry<String, DevicePolicyEventWrapper[]> entry : delegationTests.entrySet()) { in executeDelegationTests()