Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java258 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in init()
317 recoverer.setFastbootPath(getFastbootPath()); in startAdbBridgeAndDependentServices()
524 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in addFastbootDevices()
1253 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in run()
1378 public String getFastbootPath() { in getFastbootPath() method in DeviceManager
DIManagedTestDevice.java81 public String getFastbootPath(); in getFastbootPath() method
DIDeviceManager.java259 public String getFastbootPath(); in getFastbootPath() method
DManagedTestDeviceFactory.java131 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DNativeDevice.java1960 return ArrayUtil.buildArray(new String[] {getFastbootPath(), "-s", getSerialNumber()}, in buildFastbootCommand()
3466 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java170 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java116 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java411 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
DDeviceManagerTest.java398 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()
399 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java490 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()