Searched refs:getFastbootPath (Results 1 – 12 of 12) sorted by relevance
267 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
2053 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
259 public String getFastbootPath(); in getFastbootPath() method
142 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
97 when(mDeviceManager.getFastbootPath()).thenReturn("fastboot"); in setUp()165 when(mDeviceManager.getFastbootPath()).thenReturn(fastbootBinary.getAbsolutePath()); in testSetUp_pathVariable()
406 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()407 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
411 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
81 public String getFastbootPath(); in getFastbootPath() method
169 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
162 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable()
118 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
496 ((IManagedTestDevice)device).setFastbootPath(mDeviceManager.getFastbootPath()); in releaseDevices()