Searched refs:POLL_TIME_MS (Results 1 – 2 of 2) sorted by relevance
64 private static final int POLL_TIME_MS = 10; field in DeviceStateMonitorTest243 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()
39 private static final long POLL_TIME_MS = 20 * 1000; // 20 seconds field in CommandFileWatcher126 getRunUtil().sleep(POLL_TIME_MS); in run()