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/
DFastbootHelper.java42 private String mFastbootPath = "fastboot"; field in FastbootHelper
57 mFastbootPath = fastbootPath; in FastbootHelper()
66 CommandResult fastbootResult = mRunUtil.runTimedCmdSilently(15000, mFastbootPath, "help"); in isFastbootAvailable()
88 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getDevices()
107 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getBootloaderAndFastbootdDevices()
143 mFastbootPath, in getBootloaderAndFastbootdTcpDevices()
191 mFastbootPath, "-s", serial, command); in executeCommand()
205 mFastbootPath, in isFastbootd()
DWaitDeviceRecovery.java93 private String mFastbootPath = "fastboot"; field in WaitDeviceRecovery
116 mFastbootPath = fastbootPath; in setFastbootPath()
143 mFastbootPath, in recoverDevice()
309 if (monitor.waitForDeviceFastbootd(mFastbootPath, pollTime)) { in recoverDeviceFastbootd()
358 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceOnlineExpectedFasbootd()
376 mFastbootPath, in handleDeviceFastbootdUnresponsive()
383 if (!monitor.waitForDeviceFastbootd(mFastbootPath, mBootloaderWaitTime)) { in handleDeviceFastbootdUnresponsive()
395 mFastbootPath, in handleDeviceFastbootdUnresponsive()
419 getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", monitor.getSerialNumber(), in handleDeviceBootloaderUnresponsive()
431 CommandResult result = getRunUtil().runTimedCmd(mFastbootWaitTime, mFastbootPath, "-s", in handleDeviceBootloaderUnresponsive()
DNativeDevice.java229 private String mFastbootPath = "fastboot"; field in NativeDevice
4397 mFastbootPath = fastbootPath; in setFastbootPath()
4407 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()