Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceStateMonitorTest.java242 protected long getCheckPollTime() { in testWaitForShell_becomeAvailable()
287 protected long getCheckPollTime() { in testWaitForShell_timeout()
374 protected long getCheckPollTime() { in testWaitForBoot_becomeComplete()
408 protected long getCheckPollTime() { in testWaitForBoot_timeout()
472 protected long getCheckPollTime() { in testWaitForPm_becomeResponsive()
513 protected long getCheckPollTime() { in testWaitForPm_timeout()
628 protected long getCheckPollTime() { in testWaitForStoreMount_permDenied()
677 protected long getCheckPollTime() { in testWaitForStoreMount_becomeAvailable()
734 protected long getCheckPollTime() { in testWaitForStoreMount_outputBecomeValid()
768 protected long getCheckPollTime() { in testWaitForStoreMount_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceStateMonitor.java65 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForPmResponsive()
DNativeDeviceStateMonitor.java391 getRunUtil().sleep(Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME)); in waitForStoreMount()
691 protected long getCheckPollTime() { in getCheckPollTime() method in NativeDeviceStateMonitor
736 long nextWaitTime = Math.min(getCheckPollTime() * counter, MAX_CHECK_POLL_TIME); in busyWaitFunction()