Searched refs:getFastbootPath (Results 1 – 13 of 13) sorted by relevance
81 public String getFastbootPath(); in getFastbootPath() method
107 when(mDeviceManager.getFastbootPath()).thenReturn("fastboot"); in setUp()180 when(mDeviceManager.getFastbootPath()).thenReturn(fastbootBinary.getAbsolutePath()); in testSetUp_pathVariable()
290 public String getFastbootPath(); in getFastbootPath() method
272 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
163 testDevice.setFastbootPath(mDeviceManager.getFastbootPath()); in createDevice()
2618 new String[] {getFastbootPath(), "-s", getFastbootSerialNumber()}, commandArgs); in buildFastbootCommand()3634 getFastbootPath(), mOptions.getFastbootTimeout())) { in rebootIntoFastbootInternal()4406 public String getFastbootPath() { in getFastbootPath() method in NativeDevice
84 when(mMockDeviceManager.getFastbootPath()).thenReturn("fastboot"); in testNestedDevice()
393 public String getFastbootPath() { in getFastbootPath() method in MockDeviceManager
359 assertTrue(mgr.getFastbootPath().contains("fastboot")); in testUnpackZippedFastboot()360 assertEquals("TEST", FileUtil.readStringFromFile(new File(mgr.getFastbootPath()))); in testUnpackZippedFastboot()
170 ((IManagedTestDevice) device).setFastbootPath(mDeviceManager.getFastbootPath()); in invocationComplete()
186 String fastbootPath = getDeviceManager().getFastbootPath(); in setPathVariable()
118 String originalFastbootpath = ((IManagedTestDevice) mDevice).getFastbootPath(); in run()
1697 .getFastbootPath(), in handleAndLogReleaseState()