Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceStateMonitorTest.java504 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount()
554 assertTrue(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_PermDenied()
558 assertTrue(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_PermDenied()
562 assertFalse(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_PermDenied()
611 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_becomeAvailable()
662 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_outputBecomeValid()
689 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_REACHED_MS); in testWaitForStoreMount_timeout()
716 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable()
809 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable_notMounted()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java282 return waitForStoreMount(waitTime); in postOnlineCheck()
292 protected boolean waitForStoreMount(final long waitTime) { in waitForStoreMount() method in NativeDeviceStateMonitor