Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java49 public FastbootHelper(final IRunUtil runUtil, final String fastbootPath) { in FastbootHelper() argument
53 if (fastbootPath == null || fastbootPath.isEmpty()) { in FastbootHelper()
57 mFastbootPath = fastbootPath; in FastbootHelper()
DWaitDeviceRecovery.java115 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
116 mFastbootPath = fastbootPath; in setFastbootPath()
DNativeDeviceStateMonitor.java512 public boolean waitForDeviceFastbootd(String fastbootPath, long time) { in waitForDeviceFastbootd() argument
DNativeDevice.java4396 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
4397 mFastbootPath = fastbootPath; in setFastbootPath()
4399 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java186 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable() local
187 if (!fastbootPath.equals("fastboot")) { // ignore default binary in setPathVariable()
188 File fastbootBinary = new File(fastbootPath); in setPathVariable()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIMultiDeviceRecovery.java40 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
DIDeviceRecovery.java69 public default void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
DIManagedTestDevice.java75 public void setFastbootPath(String fastbootPath); in setFastbootPath() argument
DIDeviceStateMonitor.java137 public boolean waitForDeviceFastbootd(String fastbootPath, long waitTime); in waitForDeviceFastbootd() argument
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java57 public void setFastbootPath(String fastbootPath) { in setFastbootPath() argument
58 mFastbootPath = fastbootPath; in setFastbootPath()