Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCalibratedUncalibratedVerifier.java83 long calibratedTimestampNs = calibratedEvent.timestamp; in verifyMeasurements() local
84 long lowerTimestampThresholdNs = calibratedTimestampNs - synchronizationPeriodNs; in verifyMeasurements()
85 long upperTimestampThresholdNs = calibratedTimestampNs + synchronizationPeriodNs; in verifyMeasurements()