Searched defs:resultMap (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 49 StringBuilder> resultMap) { in addMetric() 62 String metricKey, double metric, Map<String, StringBuilder> resultMap) { in addMetric() 77 Integer> resultMap) { in addMetric() 89 String metricKey, Map<String, StringBuilder> resultMap) { in getMetricDoubles()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | StatsdStatsHelper.java | 82 Map<String, Long> resultMap = new HashMap<>(); in getMetrics() local 102 StatsLog.StatsdStatsReport.AtomStats[] stats, Map<String, Long> resultMap) { in populateAtomStats() 132 StatsLog.StatsdStatsReport.ConfigStats[] configStats, Map<String, Long> resultMap) { in populateConfigStats() 166 Map<String, Long> resultMap, in populateMetricStats() 191 Map<String, Long> resultMap, in populateConditionStats() 216 Map<String, Long> resultMap, in populateMatcherStats() 248 Map<String, Long> resultMap, in populateAlertStats() 272 Map<String, Long> resultMap) { in populateAnomalyAlarmStats() 283 StatsLog.StatsdStatsReport.PulledAtomStats[] stats, Map<String, Long> resultMap) { in populatePulledAtomStats() 394 StatsLog.StatsdStatsReport.AtomMetricStats[] stats, Map<String, Long> resultMap) { in populateAtomMetricStats() [all …]
|