Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java210 ReportHostLog reportThread = new ReportHostLog(listener, config); in performInvocation()
1131 private class ReportHostLog extends Thread { class in TestInvocation
1136 public ReportHostLog(ITestInvocationListener listener, IConfiguration config) { in ReportHostLog() method in TestInvocation.ReportHostLog