Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java312 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
319 executeDelegationTests(delegationTests, true /* positive result */); in testDelegation()
323 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
1794 private void executeDelegationTests(Map<String, DevicePolicyEventWrapper[]> delegationTests, in executeDelegationTests() method in DeviceAndProfileOwnerTest