Home
last modified time | relevance | path

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

/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java52 private static final Duration SLEEP_FOR = Duration.ofMillis(200); field in ModuleTestUtils
160 Thread.sleep(SLEEP_FOR.toMillis()); in waitForStagedSessionReady()
161 spentWaiting = spentWaiting.plus(SLEEP_FOR); in waitForStagedSessionReady()