Searched refs:rawValues (Results 1 – 2 of 2) sorted by relevance
83 List<String> rawValues = in processTestMetricsAndLogs() local100 if (rawValues.isEmpty()) { in processTestMetricsAndLogs()103 if (isAllDoubleValues(rawValues)) { in processTestMetricsAndLogs()104 buildStats(metricKey, rawValues, aggregateMetrics); in processTestMetricsAndLogs()133 private boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues() argument134 return rawValues in isAllDoubleValues()
168 HashMap<String, Metric> rawValues = getRawMetricsOnly(runMetrics); in testRunEnded() local171 processRunMetricsAndLogs(rawValues, mRunLogs); in testRunEnded()239 HashMap<String, Metric> rawValues = getRawMetricsOnly(testMetrics); in testEnded() local241 for (Map.Entry<String, Metric> entry : rawValues.entrySet()) { in testEnded()247 rawValues, in testEnded()