Searched refs:waitForStoreMount (Results 1 – 3 of 3) sorted by relevance
589 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount()642 assertTrue(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_permDenied()646 assertTrue(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_permDenied()650 assertFalse(mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS)); in testWaitForStoreMount_permDenied()699 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_becomeAvailable()753 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForStoreMount_outputBecomeValid()777 boolean res = mMonitor.waitForStoreMount(WAIT_TIMEOUT_REACHED_MS); in testWaitForStoreMount_timeout()808 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable()969 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable_notMounted()
80 if (!waitForStoreMount(waitTime - elapsedTime)) { in postOnlineCheck()
382 protected boolean waitForStoreMount(final long waitTime) throws DeviceNotAvailableException { in waitForStoreMount() method in NativeDeviceStateMonitor