Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java133 private class TestPhaseMonitor extends TimerTask { class in InvocationExecution
137 public TestPhaseMonitor(TestThread toMonitor) { in TestPhaseMonitor() method in InvocationExecution.TestPhaseMonitor
1495 TestPhaseMonitor testPhaseMonitor = new TestPhaseMonitor(testThread); in runTestThread()