Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java144 ZipFile updater = new ZipFile(deviceBuild.getDeviceImageFile().getAbsolutePath()); in extractSystemZip()
158 File updateDir = deviceBuild.getDeviceImageFile(); in flashSystem()
173 if (updateDir != null && !updateDir.equals(deviceBuild.getDeviceImageFile())) { in flashSystem()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DMixKernelTargetPreparerTest.java322 if (deviceImageInLcCache.length() != mBuildInfo.getDeviceImageFile().length()) { in testSetNewDeviceImage()
328 if (mBuildInfo.getDeviceImageFile() == null in testSetNewDeviceImage()
329 || !mBuildInfo.getDeviceImageFile().exists()) { in testSetNewDeviceImage()
335 if (deviceImageInLcCache.length() == mBuildInfo.getDeviceImageFile().length()) { in testSetNewDeviceImage()
DFastbootDeviceFlasherTest.java604 when(mockBuild.getDeviceImageFile()).thenReturn(deviceImage); in testCheckAndFlashSystem_flashing()
637 when(mockBuild.getDeviceImageFile()).thenReturn(deviceImage); in testCheckAndFlashSystemWithFlashall()
685 when(mockBuild.getDeviceImageFile()).thenReturn(deviceImage); in testFlashingSystemWithRamdisk()
767 when(mockBuild.getDeviceImageFile()).thenReturn(deviceImage); in testCheckAndFlashSystem_withFlashOptions()
800 when(mockBuild.getDeviceImageFile()).thenReturn(deviceImage); in testCheckAndFlashSystem_exception()
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DLocalDeviceBuildProviderTest.java99 assertEquals(imgFile, info.getDeviceImageFile()); in testGetBuild()
117 assertEquals(buildImageZip, info.getDeviceImageFile()); in testGetBuild_noImage()
164 assertEquals(buildImageZip, buildInfo.getDeviceImageFile()); in testSetDeviceImageFile()
DDeviceBuildInfoTest.java132 assertNull(copy.getDeviceImageFile()); in testProperty_skipCopy()
DDeviceFolderBuildInfoTest.java146 assertNotNull(mDeviceFolderBuildInfo.getDeviceImageFile()); in testProperty_skipCopy()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java467 return new FlashingResourcesParser(localBuild.getDeviceImageFile()); in createFlashingResourcesParser()
681 try (ZipFile zip = new ZipFile(deviceBuild.getDeviceImageFile())) { in flashUserDataFromDeviceImageFile()
799 device.getSerialNumber(), deviceBuild.getDeviceImageFile().getAbsolutePath()); in flashSystem()
838 if (deviceBuild.getDeviceImageFile().isDirectory()) { in flashSystem()
884 "ANDROID_PRODUCT_OUT", deviceBuild.getDeviceImageFile().getAbsolutePath()); in flashWithAll()
912 fuseUtil.mountZip(deviceBuild.getDeviceImageFile().getAbsoluteFile(), mountPoint); in flashWithFuseZip()
970 deviceBuild.getDeviceImageFile().getAbsolutePath())); in flashWithUpdateCommand()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DIDeviceBuildInfo.java44 public File getDeviceImageFile(); in getDeviceImageFile() method
/tools/tradefederation/core/src/com/android/tradefed/build/
DDeviceBuildInfo.java75 public File getDeviceImageFile() { in getDeviceImageFile() method in DeviceBuildInfo
DLocalDeviceBuildProvider.java132 buildInfo.getDeviceImageFile()); in parseBootloaderAndRadioVersions()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java213 File deviceImageFile = deviceBuildInfo.getDeviceImageFile(); in setUp()
229 File systemImageFile = systemBuildInfo.getDeviceImageFile(); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java455 verifyImages(addedBuildInfo.getDeviceImageFile(), bootImgFromDevice); in runPreparerTest()
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java192 build.getDeviceImageFile(), in initialize()