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.java503 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount()
539 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_PermDenied()
589 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_becomeAvailable()
640 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_outputBecomeValid()
667 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_REACHED_MS); in testWaitForStoreMount_timeout()
694 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable()
787 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable_notMounted()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java267 return waitForStoreMount(waitTime); in postOnlineCheck()
277 protected boolean waitForStoreMount(final long waitTime) { in waitForStoreMount() method in NativeDeviceStateMonitor