Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 3 of 3) sorted by relevance

/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java189 String classMethodName, Map<String, String> metrics) { in writeTestMetrics() argument
220 private void writeAllMetrics(MetricsReportLog reportLog, Map<String, String> metrics) { in writeAllMetrics() argument
240 MetricsReportLog reportLog, Map<String, String> metrics) { in writeMetricsForGivenKeys() argument
321 public void testEnded(TestDescription testDescription, HashMap<String, Metric> metrics) { in testEnded()
/test/cts-root/tests/bluetooth/src/android/bluetooth/cts_root/
DBluetoothCddRootTest.java184 List<StatsLog.EventMetricData> metrics = statsdHelper.getEventMetrics(); in getBluetoothVersion() local
/test/catbox/report/src/com/android/catbox/util/
DTestMetricsUtil.java127 List<Metric> metrics = currentTest.get(metricKey); in getAggregatedStoredTestMetrics() local