Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceRecovery.java60 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() method
DIManagedTestDevice.java75 public void setFastbootPath(String fastbootPath); in setFastbootPath() method
DManagedTestDeviceFactory.java90 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DWaitDeviceRecovery.java103 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in WaitDeviceRecovery
DDeviceManager.java269 recoverer.setFastbootPath(mFastbootPath); in startAdbBridgeAndDependentServices()
DNativeDevice.java3222 public void setFastbootPath(String fastbootPath) { in setFastbootPath() method in NativeDevice
3225 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()