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.java684 while (!runUITests()) { in testClearErrorDialogs_crash()
698 assertFalse(runUITests()); in testClearErrorDialogs_crash()
702 assertTrue(runUITests()); in testClearErrorDialogs_crash()
721 assertTrue(runUITests()); in testDisableKeyguard()
863 private boolean runUITests() throws DeviceNotAvailableException { in runUITests() method in TestDeviceFuncTest