Searched refs:getDeviceImageFile (Results 1 – 13 of 13) sorted by relevance
144 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()
322 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()
604 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()
99 assertEquals(imgFile, info.getDeviceImageFile()); in testGetBuild()117 assertEquals(buildImageZip, info.getDeviceImageFile()); in testGetBuild_noImage()164 assertEquals(buildImageZip, buildInfo.getDeviceImageFile()); in testSetDeviceImageFile()
132 assertNull(copy.getDeviceImageFile()); in testProperty_skipCopy()
146 assertNotNull(mDeviceFolderBuildInfo.getDeviceImageFile()); in testProperty_skipCopy()
467 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()
44 public File getDeviceImageFile(); in getDeviceImageFile() method
75 public File getDeviceImageFile() { in getDeviceImageFile() method in DeviceBuildInfo
132 buildInfo.getDeviceImageFile()); in parseBootloaderAndRadioVersions()
213 File deviceImageFile = deviceBuildInfo.getDeviceImageFile(); in setUp()229 File systemImageFile = systemBuildInfo.getDeviceImageFile(); in setUp()
455 verifyImages(addedBuildInfo.getDeviceImageFile(), bootImgFromDevice); in runPreparerTest()
192 build.getDeviceImageFile(), in initialize()