Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorSynchronizationTestActivity.java69 long accMovementTimestamp = 0, magMovementTimestamp = 0, gyrMovementTimestamp = 0; in analyzeData() local
97 gyrMovementTimestamp = event.timestamp; in analyzeData()
104 maxTimestamp = Math.max(gyrMovementTimestamp, maxTimestamp); in analyzeData()
108 minTimestamp = Math.min(gyrMovementTimestamp, minTimestamp); in analyzeData()
117 (gyrMovementTimestamp - minTimestamp) / NANOS_PER_MILLI)); in analyzeData()