Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1895 public static class TestableCollector extends BaseDeviceMetricCollector { class in TestInvocationTest
1900 public TestableCollector() {} in TestableCollector() method in TestInvocationTest.TestableCollector
1902 public TestableCollector(String name) { in TestableCollector() method in TestInvocationTest.TestableCollector
1932 collectors.add(new TestableCollector("collector1")); in testMetricCollectionChain()
1933 collectors.add(new TestableCollector("collector2")); in testMetricCollectionChain()
1934 collectors.add(new TestableCollector("collector3")); in testMetricCollectionChain()
1935 collectors.add(new TestableCollector("collector4")); in testMetricCollectionChain()
1975 collectors.add(new TestableCollector("collector1")); in testMetricCollectionChain_disabled()
1976 collectors.add(new TestableCollector("collector2")); in testMetricCollectionChain_disabled()
1978 TestableCollector col3 = new TestableCollector("collector3"); in testMetricCollectionChain_disabled()
[all …]