Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDeviceSuspendTestActivity.java204 final int MAX_SLEEP_ATTEMPTS = 10; in testTimestampClockSource() local
226 if (sleep_attempts++ > MAX_SLEEP_ATTEMPTS) { in testTimestampClockSource()