Searched refs:TestCollector (Results 1 – 2 of 2) sorted by relevance
147 List<TestCollector> perDeviceCollectors = new ArrayList<TestCollector>(devices.size()); in runTests()151 TestCollector collector = new TestCollector(deviceName); in runTests()178 TestCollector collector = job.getCollector(); in runTests()229 private void sendTestTrees(List<TestCollector> perDeviceCollectors) { in sendTestTrees()230 for (TestCollector c : perDeviceCollectors) { in sendTestTrees()296 TestCollector listener) { in TestTreeCollectorJob()313 public TestCollector getCollector() { in getCollector()314 return (TestCollector) getListener(); in getCollector()
27 class TestCollector implements ITestRunListener { class36 TestCollector(String deviceName) { in TestCollector() method in TestCollector