Searched refs:waitForStoreMount (Results 1 – 2 of 2) sorted by relevance
503 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()
267 return waitForStoreMount(waitTime); in postOnlineCheck()277 protected boolean waitForStoreMount(final long waitTime) { in waitForStoreMount() method in NativeDeviceStateMonitor