Searched refs:mFastbootWaitTime (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WaitDeviceRecovery.java | 75 protected long mFastbootWaitTime = 30 * 1000; field in WaitDeviceRecovery 142 mFastbootWaitTime, in recoverDevice() 375 mFastbootWaitTime, in handleDeviceFastbootdUnresponsive() 394 mFastbootWaitTime, in handleDeviceFastbootdUnresponsive() 419 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", monitor.getSerialNumber(), in handleDeviceBootloaderUnresponsive() 431 CommandResult result = getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", in handleDeviceBootloaderUnresponsive()
|