Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceStressTest.java97 iterationPassed = runUITests(); in testManyDisableKeyguard()
171 private boolean runUITests() throws DeviceNotAvailableException { in runUITests() method in TestDeviceStressTest
DTestDeviceFuncTest.java623 while (!runUITests()) { in testClearErrorDialogs_crash()
637 assertFalse(runUITests()); in testClearErrorDialogs_crash()
641 assertTrue(runUITests()); in testClearErrorDialogs_crash()
660 assertTrue(runUITests()); in testDisableKeyguard()
802 private boolean runUITests() throws DeviceNotAvailableException { in runUITests() method in TestDeviceFuncTest