Searched refs:waitForDeviceFastbootd (Results 1 – 4 of 4) sorted by relevance
305 if (monitor.waitForDeviceFastbootd(mFastbootPath, pollTime)) { in recoverDeviceFastbootd()360 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceOnlineExpectedFasbootd()384 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceFastbootdUnresponsive()
395 public boolean waitForDeviceFastbootd(String fastbootPath, long time) { in waitForDeviceFastbootd() method in NativeDeviceStateMonitor
2985 if (!mStateMonitor.waitForDeviceFastbootd( in rebootIntoFastbootInternal()
111 public boolean waitForDeviceFastbootd(String fastbootPath, long waitTime); in waitForDeviceFastbootd() method