Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIManagedTestDevice.java81 public String getFastbootPath(); in getFastbootPath() method
DIDeviceManager.java240 public String getFastbootPath(); in getFastbootPath() method
DManagedTestDeviceFactory.java90 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DDeviceManager.java1285 public String getFastbootPath() { in getFastbootPath() method in DeviceManager
DNativeDevice.java1781 return ArrayUtil.buildArray(new String[] {getFastbootPath(), "-s", getSerialNumber()}, in buildFastbootCommand()
3232 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java388 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager