Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceStateMonitorTest.java39 private static final int POLL_TIME_MS = 10; field in DeviceStateMonitorTest
207 return POLL_TIME_MS; in testWaitForShell_becomeAvailable()
248 return POLL_TIME_MS; in testWaitForShell_timeout()
288 return POLL_TIME_MS; in testWaitForBoot_becomeComplete()
321 return POLL_TIME_MS; in testWaitForBoot_timeout()
381 return POLL_TIME_MS; in testWaitForPm_becomeResponsive()
423 return POLL_TIME_MS; in testWaitForPm_timeout()
572 return POLL_TIME_MS; in testWaitForStoreMount_becomeAvailable()
623 return POLL_TIME_MS; in testWaitForStoreMount_outputBecomeValid()
660 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
122 getRunUtil().sleep(POLL_TIME_MS); in run()