Home
last modified time | relevance | path

Searched refs:atomTimestampData (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DGaugeMetricsTests.java408 List<Pair<Atom, Long>> atomTimestampData = new ArrayList<>(); in backfillGaugeBucket() local
411 atomTimestampData.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backfillGaugeBucket()
414 atomTimestampData.sort(Comparator.comparing(o -> o.second)); in backfillGaugeBucket()
416 for (Pair<Atom, Long> atomTimestamp : atomTimestampData) { in backfillGaugeBucket()