Home
last modified time | relevance | path

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

/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/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/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java57 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in UsbResetMultiDeviceRecovery
DRunConfigDeviceRecovery.java169 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java142 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DWaitDeviceRecovery.java112 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in WaitDeviceRecovery
DNativeDevice.java3724 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in NativeDevice
3727 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()
DDeviceManager.java329 recoverer.setFastbootPath(getFastbootPath()); in startAdbBridgeAndDependentServices()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java496 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath()); in releaseDevices()