Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1158 long remainingTestPhaseTime = in runTests() local
1160 boolean testPhaseTimeoutNeeded = remainingTestPhaseTime > 0; in runTests()
1164 remainingTestPhaseTime = Math.min(remainingTestPhaseTime, invocationTimeout); in runTests()
1228 remainingTestPhaseTime, in runTests()
1230 remainingTestPhaseTime -= timeSpentOnTest; in runTests()
1257 remainingTestPhaseTime, in runTests()
1259 remainingTestPhaseTime -= timeSpentOnTest; in runTests()
1305 remainingTestPhaseTime, in runTests()
1307 remainingTestPhaseTime -= timeSpent; in runTests()