HomeSort by relevance Sort by last modified time
    Searched refs:getFastbootPath (Results 1 - 8 of 8) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
IManagedTestDevice.java 81 public String getFastbootPath();
IDeviceManager.java 240 public String getFastbootPath();
ManagedTestDeviceFactory.java 90 testDevice.setFastbootPath(mDeviceManager.getFastbootPath());
DeviceManager.java     [all...]
NativeDevice.java     [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java 113 String originalFastbootpath = ((IManagedTestDevice)mDevice).getFastbootPath();
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockDeviceManager.java 388 public String getFastbootPath() {
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 465 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath());
    [all...]

Completed in 139 milliseconds