Home
last modified time | relevance | path

Searched refs:getFastbootPath (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java267 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in init()
278 CLog.d("Using Fastboot from: '%s'", getFastbootPath()); in init()
329 recoverer.setFastbootPath(getFastbootPath()); in startAdbBridgeAndDependentServices()
561 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in addFastbootDevices()
1352 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in run()
1498 public String getFastbootPath() { in getFastbootPath() method in DeviceManager
DNativeDevice.java2053 return ArrayUtil.buildArray(new String[] {getFastbootPath(), "-s", getSerialNumber()}, in buildFastbootCommand()
2986 getFastbootPath(), mOptions.getFastbootTimeout())) { in rebootIntoFastbootInternal()
3734 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
DIDeviceManager.java259 public String getFastbootPath(); in getFastbootPath() method
DManagedTestDeviceFactory.java142 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparerTest.java97 when(mDeviceManager.getFastbootPath()).thenReturn("fastboot"); in setUp()
165 when(mDeviceManager.getFastbootPath()).thenReturn(fastbootBinary.getAbsolutePath()); in testSetUp_pathVariable()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java406 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()
407 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
DMockDeviceManager.java411 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java81 public String getFastbootPath(); in getFastbootPath() method
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java169 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java162 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable()
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java118 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java496 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath()); in releaseDevices()