Searched refs:getFastbootPath (Results 1 – 10 of 10) sorted by relevance
258 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
81 public String getFastbootPath(); in getFastbootPath() method
259 public String getFastbootPath(); in getFastbootPath() method
131 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
1960 return ArrayUtil.buildArray(new String[] {getFastbootPath(), "-s", getSerialNumber()}, in buildFastbootCommand()3466 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
170 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
116 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
411 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
398 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()399 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
490 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()