Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java427 List<Pair<Atom, Long>> atomTimestampData = new ArrayList<>(); in backfillGaugeBucket() local
430 atomTimestampData.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backfillGaugeBucket()
433 atomTimestampData.sort(Comparator.comparing(o -> o.second)); in backfillGaugeBucket()
435 for (Pair<Atom, Long> atomTimestamp : atomTimestampData) { in backfillGaugeBucket()