Searched defs:finalMetrics (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/ |
D | StatsdBeforeAfterGaugeMetricPostProcessor.java | 291 Map<String, Metric.Builder> finalMetrics = new HashMap<>(); in parseMetricsFromReportList() local 412 Map<String, Metric.Builder> finalMetrics = new HashMap<>(); in finalizeMetrics() local
|
D | StatsdEventMetricPostProcessor.java | 117 Map<String, Metric.Builder> finalMetrics = new HashMap<>(); in parseMetricsFromReportList() local
|
D | PerfettoGenericPostProcessor.java | 406 Map<String, Metric.Builder> finalMetrics = new HashMap<String, Metric.Builder>(); in replacePrefix() local 437 Map<String, Metric.Builder> finalMetrics = new HashMap<String, Metric.Builder>(); in replaceAllMetricPrefix() local
|
/tools/tradefederation/contrib/tests/src/com/android/build/tests/ |
D | ImageStatsTest.java | 220 Map<String, String> finalMetrics = new HashMap<>(); in testParseFinalMetrics() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | BasePostProcessorTest.java | 296 HashMap<String, Metric> finalMetrics = mCapture.getValue(); in testRunLevelPostProcessing() local 324 HashMap<String, Metric> finalMetrics = mCapture.getValue(); in testRunLogsPostProcessing_processRunLogs() local 374 HashMap<String, Metric> finalMetrics = mCapture.getValue(); in testRunLevelPostProcessing_processRunLogsOnly() local
|