Searched refs:delegationTests (Results 1 – 1 of 1) sorted by relevance
383 final Map<String, DevicePolicyEventWrapper[]> delegationTests = getDelegationTests(); in testDelegation() local385 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()392 executeDelegationTests(delegationTests, true /* positive result */); in testDelegation()396 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()1897 private void executeDelegationTests(Map<String, DevicePolicyEventWrapper[]> delegationTests, in executeDelegationTests() argument1900 for (Map.Entry<String, DevicePolicyEventWrapper[]> entry : delegationTests.entrySet()) { in executeDelegationTests()