Home
last modified time | relevance | path

Searched refs:setFastbootPath (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIMultiDeviceRecovery.java40 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() method
DIDeviceRecovery.java69 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() method
DIManagedTestDevice.java75 public void setFastbootPath(String fastbootPath); in setFastbootPath() method
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java123 ((IManagedTestDevice) mDevice).setFastbootPath(originalFastbootpath); in run()
178 ((IManagedTestDevice) mDevice).setFastbootPath(fastboot.getAbsolutePath()); in testFastboot()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java57 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in UsbResetMultiDeviceRecovery
DRunConfigDeviceRecovery.java170 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java163 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DWaitDeviceRecovery.java115 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in WaitDeviceRecovery
DDeviceManager.java338 recoverer.setFastbootPath(getFastbootPath()); in startAdbBridgeAndDependentServices()
711 managedDevice.setFastbootPath(getFastbootPath()); in freeDevice()
DNativeDevice.java506 setFastbootPath(unpackedFastboot.getAbsolutePath()); in setOptions()
514 setFastbootPath(mOptions.getFastbootBinary().getAbsolutePath()); in setOptions()
4396 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in NativeDevice
4399 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()