Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1429 long testPhaseTimeout, in runTest() argument
1444 return runTestThread(info, listener, test, timer, testPhaseTimeout); in runTest()
1471 return runTestThread(info, listenerWithCollectors, test, timer, testPhaseTimeout); in runTest()
1486 long testPhaseTimeout) in runTestThread() argument
1488 if (testPhaseTimeout <= 0) { in runTestThread()
1496 timer.schedule(testPhaseMonitor, testPhaseTimeout); in runTestThread()