Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java81 public String getFastbootPath(); in getFastbootPath() method
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparerTest.java107 when(mDeviceManager.getFastbootPath()).thenReturn("fastboot"); in setUp()
180 when(mDeviceManager.getFastbootPath()).thenReturn(fastbootBinary.getAbsolutePath()); in testSetUp_pathVariable()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java290 public String getFastbootPath(); in getFastbootPath() method
DDeviceManager.java272 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in init()
280 CLog.d("Using Fastboot from: '%s'", getFastbootPath()); in init()
338 recoverer.setFastbootPath(getFastbootPath()); in startAdbBridgeAndDependentServices()
711 managedDevice.setFastbootPath(getFastbootPath()); in freeDevice()
1462 final FastbootHelper fastboot = new FastbootHelper(getRunUtil(), getFastbootPath()); in run()
1608 public String getFastbootPath() { in getFastbootPath() method in DeviceManager
DManagedTestDeviceFactory.java163 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
DNativeDevice.java2618 new String[] {getFastbootPath(), "-s", getFastbootSerialNumber()}, commandArgs); in buildFastbootCommand()
3634 getFastbootPath(), mOptions.getFastbootTimeout())) { in rebootIntoFastbootInternal()
4406 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java84 when(mMockDeviceManager.getFastbootPath()).thenReturn("fastboot"); in testNestedDevice()
DMockDeviceManager.java393 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
DDeviceManagerTest.java359 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()
360 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java170 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java186 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable()
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java118 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1697 .getFastbootPath(), in handleAndLogReleaseState()