Searched refs:newMetricData (Results 1 – 2 of 2) sorted by relevance
208 StatsLog.EventMetricData newMetricData = new StatsLog.EventMetricData(); in backfillAggregatedAtomsinEventMetric() local209 newMetricData.atom = atomInfo.atom; in backfillAggregatedAtomsinEventMetric()210 newMetricData.elapsedTimestampNanos = timestamp; in backfillAggregatedAtomsinEventMetric()211 data.add(newMetricData); in backfillAggregatedAtomsinEventMetric()
403 final var newMetricData = new EventMetricData(); in backfillAggregatedAtomsInEventMetric() local404 newMetricData.atom = atomInfo.atom; in backfillAggregatedAtomsInEventMetric()405 newMetricData.elapsedTimestampNanos = timestamp; in backfillAggregatedAtomsInEventMetric()406 data.add(newMetricData); in backfillAggregatedAtomsInEventMetric()