Home
last modified time | relevance | path

Searched refs:mFastbootPath (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java90 private String mFastbootPath = "fastboot"; field in WaitDeviceRecovery
113 mFastbootPath = fastbootPath; in setFastbootPath()
140 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", in recoverDevice()
305 if (monitor.waitForDeviceFastbootd(mFastbootPath, pollTime)) { in recoverDeviceFastbootd()
360 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceOnlineExpectedFasbootd()
377 mFastbootPath, in handleDeviceFastbootdUnresponsive()
384 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceFastbootdUnresponsive()
395 mFastbootPath, in handleDeviceFastbootdUnresponsive()
418 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", monitor.getSerialNumber(), in handleDeviceBootloaderUnresponsive()
428 CommandResult result = getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", in handleDeviceBootloaderUnresponsive()
DFastbootHelper.java41 private String mFastbootPath = "fastboot"; field in FastbootHelper
56 mFastbootPath = fastbootPath; in FastbootHelper()
65 CommandResult fastbootResult = mRunUtil.runTimedCmdSilently(15000, mFastbootPath, "help"); in isFastbootAvailable()
87 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getDevices()
106 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getBootloaderAndFastbootdDevices()
158 mFastbootPath, "-s", serial, command); in executeCommand()
172 mFastbootPath, in isFastbootd()
DNativeDevice.java199 private String mFastbootPath = "fastboot"; field in NativeDevice
3725 mFastbootPath = fastbootPath; in setFastbootPath()
3735 return mFastbootPath; in getFastbootPath()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java54 private String mFastbootPath = "fastboot"; field in UsbResetMultiDeviceRecovery
58 mFastbootPath = fastbootPath; in setFastbootPath()
142 return new FastbootHelper(RunUtil.getDefault(), mFastbootPath); in getFastbootHelper()