Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DTimestampClockSourceVerificationTest.java37 private final int MIN_DELTA_BETWEEN_CLOCKS_MS = 2000; field in TimestampClockSourceVerificationTest
47 ms -= MIN_DELTA_BETWEEN_CLOCKS_MS; in getInvalidTimestamp()
56 if (deltaMs < MIN_DELTA_BETWEEN_CLOCKS_MS) { in verifyClockDelta()
75 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{}); in testVerify_pass()
90 … runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3,4}); in testVerify_fail()
104 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{}); in testVerify_jitter_pass()
118 … runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3,4}); in testVerify_jitter_fail()
132 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{}); in testVerify_missing_events_pass()
147 … runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3}); in testVerify_missing_events_fail()
159 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, new long[]{}, false, new int[]{}); in testVerify_no_events_fail()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDeviceSuspendTestActivity.java360 final int MIN_DELTA_BETWEEN_CLOCKS_MS = 2000; in verifyClockDelta() local
364 if (deltaMs < MIN_DELTA_BETWEEN_CLOCKS_MS) { in verifyClockDelta()
367 + MIN_DELTA_BETWEEN_CLOCKS_MS/1000 + " seconds"); in verifyClockDelta()