Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java80 return new ByteArrayInputStreamSource(getReportByteArray(device, configId)); in getReportByteStream()
95 byte[] output = getReportByteArray(device, configId); in getReportList()
102 private static byte[] getReportByteArray(ITestDevice device, long configId) in getReportByteArray() method in MetricUtil