Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java59 private Collection<TestMetadata> mTestMetadata = new LinkedList<>();
138 TestMetadata metadata = new TestMetadata(); in testEnded()
164 public static class TestMetadata { class in MetadataReporter
179 Collection<TestMetadata> metadatas) { in tryWriteToFile()
213 for (TestMetadata metadata : metadatas) { in tryWriteToFile()
230 protected Collection<TestMetadata> getTestMetadata() { in getTestMetadata()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java101 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingFastTests()
114 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingSlowTests()