Searched refs:timestampNs (Results 1 – 5 of 5) sorted by relevance
156 for (long timestampNs : bucketInfo.getElapsedTimestampNanosList()) { in getGaugeMetricAtoms()157 assertTimestampIsTruncated(timestampNs); in getGaugeMetricAtoms()179 for (long timestampNs : atomInfo.getElapsedTimestampNanosList()) { in backFillGaugeBucketAtoms()180 atomTimestamp.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backFillGaugeBucketAtoms() local234 private static void assertTimestampIsTruncated(long timestampNs) { in assertTimestampIsTruncated() argument237 .that(timestampNs % fiveMinutesInNs).isEqualTo(0); in assertTimestampIsTruncated()
184 public static void assertTimestampIsTruncated(long timestampNs) { in assertTimestampIsTruncated() argument187 .that(timestampNs % fiveMinutesInNs).isEqualTo(0); in assertTimestampIsTruncated()
101 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onSensorChanged() local104 mCollectedEvents.add(new TestSensorEvent(event, timestampNs)); in onSensorChanged()155 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onFlushCompleted() local157 mTimeStampFlushCompleteEvents.add(timestampNs); in onFlushCompleted()
103 int64_t timestampNs) override { in onFrameRendered()106 (void)timestampNs; in onFrameRendered()
1175 long timestampNs) { in expectImageProperties() argument1179 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()