Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java140 String test_metric = String.format("%s%s%s", entry.getKey(), in writeResultsToFile() local
142 outputStream.write(String.format("%s%s", test_metric, METRIC_SEPARATOR).getBytes()); in writeResultsToFile()