Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceStateMonitorTest.java206 protected long getCheckPollTime() { in testWaitForShell_becomeAvailable()
247 protected long getCheckPollTime() { in testWaitForShell_timeout()
287 protected long getCheckPollTime() { in testWaitForBoot_becomeComplete()
320 protected long getCheckPollTime() { in testWaitForBoot_timeout()
380 protected long getCheckPollTime() { in testWaitForPm_becomeResponsive()
422 protected long getCheckPollTime() { in testWaitForPm_timeout()
571 protected long getCheckPollTime() { in testWaitForStoreMount_becomeAvailable()
622 protected long getCheckPollTime() { in testWaitForStoreMount_outputBecomeValid()
659 protected long getCheckPollTime() { in testWaitForStoreMount_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java183 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForDeviceShell()
252 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForBootComplete()
325 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForStoreMount()
535 protected long getCheckPollTime() { in getCheckPollTime() method in NativeDeviceStateMonitor
DDeviceStateMonitor.java68 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForPmResponsive()