Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorSynchronizationTestActivity.java102 double maxTimestamp = Math.max(accMovementTimestamp, in analyzeData() local
104 maxTimestamp = Math.max(gyrMovementTimestamp, maxTimestamp); in analyzeData()
111 (maxTimestamp - minTimestamp) / NANOS_PER_MILLI; in analyzeData()