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.java205 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
213 executeDelegationTests(delegationTests, true /* positive result */); in testDelegation()
217 executeDelegationTests(delegationTests, false /* negative result */); in testDelegation()
739 private void executeDelegationTests(String[] delegationTests, boolean positive) in executeDelegationTests() method in DeviceAndProfileOwnerTest