Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DJavaCodeCoverageCollector.java127 Metric devicePathMetric = runMetrics.get(COVERAGE_MEASUREMENT_KEY); in onTestRunEnd() local
128 if (devicePathMetric == null) { in onTestRunEnd()
131 testCoveragePath = devicePathMetric.getMeasurements().getSingleString(); in onTestRunEnd()