Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCalibratedUncalibratedVerifier.java85 long upperTimestampThresholdNs = calibratedTimestampNs + synchronizationPeriodNs; in verifyMeasurements() local
90 && uncalibratedTimestampNs < upperTimestampThresholdNs) { in verifyMeasurements()