Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java366 startAndWait(getLockTaskUtility(UTILITY_ACTIVITY_IF_WHITELISTED)); in testManifestArgument_whitelisted()
380 startAndWait(getLockTaskUtility(UTILITY_ACTIVITY_IF_WHITELISTED)); in testManifestArgument_nonWhitelisted()
395 startAndWait(getLockTaskUtility(UTILITY_ACTIVITY_IF_WHITELISTED)); in testManifestArgument_cannotFinish()
411 startAndWait(getLockTaskUtility(UTILITY_ACTIVITY_IF_WHITELISTED)); in testManifestArgument_updateWhitelisting()
513 startAndWait(intent); in startLockTask()
522 startAndWait(intent, options); in startLockTaskWithOptions()
531 startAndWait(intent); in stopLockTask()
540 startAndWait(intent); in finish()
548 private void startAndWait(Intent intent) throws InterruptedException { in startAndWait() method in LockTaskTest
549 startAndWait(intent, null); in startAndWait()
[all …]