Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java96 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingFastTests()
110 Collection<MetadataReporter.TestMetadata> metadata = mReporter.getTestMetadata(); in testResultReportingSlowTests()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java236 protected Collection<TestMetadata> getTestMetadata() { in getTestMetadata() method in MetadataReporter