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