Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceStateMonitorTest.java64 private static final int POLL_TIME_MS = 10; field in DeviceStateMonitorTest
243 return POLL_TIME_MS; in testWaitForShell_becomeAvailable()
288 return POLL_TIME_MS; in testWaitForShell_timeout()
375 return POLL_TIME_MS; in testWaitForBoot_becomeComplete()
409 return POLL_TIME_MS; in testWaitForBoot_timeout()
473 return POLL_TIME_MS; in testWaitForPm_becomeResponsive()
514 return POLL_TIME_MS; in testWaitForPm_timeout()
678 return POLL_TIME_MS; in testWaitForStoreMount_becomeAvailable()
735 return POLL_TIME_MS; in testWaitForStoreMount_outputBecomeValid()
769 return POLL_TIME_MS; in testWaitForStoreMount_timeout()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java39 private static final long POLL_TIME_MS = 20 * 1000; // 20 seconds field in CommandFileWatcher
126 getRunUtil().sleep(POLL_TIME_MS); in run()