Home
last modified time | relevance | path

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

/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java51 private static final long SLEEP_DURATION_NS = field in ContextHubGetTimeTestExecutor
109 assertTrue("Expected timestamp difference around " + SLEEP_DURATION_NS in handleMessageFromNanoApp()
111 ((timeDifference > (SLEEP_DURATION_NS - TOLERANCE_NS)) in handleMessageFromNanoApp()
113 < (SLEEP_DURATION_NS + TOLERANCE_NS)))); in handleMessageFromNanoApp()