Searched refs:getDeviceImageFile (Results 1 – 12 of 12) sorted by relevance
368 return new FlashingResourcesParser(localBuild.getDeviceImageFile()); in createFlashingResourcesParser()574 try (ZipFile zip = new ZipFile(deviceBuild.getDeviceImageFile())) { in flashUserDataFromDeviceImageFile()677 deviceBuild.getDeviceImageFile().getAbsolutePath()); in flashSystem()685 deviceBuild.getDeviceImageFile().getAbsolutePath())); in flashSystem()
582 EasyMock.expect(mockBuild.getDeviceImageFile()).andStubReturn(deviceImage); in testCheckAndFlashSystem_flashing()613 EasyMock.expect(mockBuild.getDeviceImageFile()).andStubReturn(deviceImage); in testFlashingSystemWithRamdisk()694 EasyMock.expect(mockBuild.getDeviceImageFile()).andStubReturn(deviceImage); in testCheckAndFlashSystem_withFlashOptions()727 EasyMock.expect(mockBuild.getDeviceImageFile()).andStubReturn(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()
128 assertNotNull(mDeviceFolderBuildInfo.getDeviceImageFile()); in testProperty_skipCopy()
132 assertNull(copy.getDeviceImageFile()); in testProperty_skipCopy()
228 public File getDeviceImageFile() { in getDeviceImageFile() method in OtaDeviceBuildInfo229 return mBaselineBuild.getDeviceImageFile(); in getDeviceImageFile()
48 public File getDeviceImageFile(); in getDeviceImageFile() method
75 public File getDeviceImageFile() { in getDeviceImageFile() method in DeviceBuildInfo
130 buildInfo.getDeviceImageFile()); in parseBootloaderAndRadioVersions()
208 deviceImageZip = new ZipFile(deviceBuildInfo.getDeviceImageFile()); in setUp()217 systemImageZip = new ZipFile(systemBuildInfo.getDeviceImageFile()); in setUp()
144 ZipFile updater = new ZipFile(deviceBuild.getDeviceImageFile().getAbsolutePath()); in extractSystemZip()
370 verifyImages(addedBuildInfo.getDeviceImageFile()); in runPreparerTest()