Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java368 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()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java582 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()
/tools/tradefederation/core/tests/src/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()
DDeviceFolderBuildInfoTest.java128 assertNotNull(mDeviceFolderBuildInfo.getDeviceImageFile()); in testProperty_skipCopy()
DDeviceBuildInfoTest.java132 assertNull(copy.getDeviceImageFile()); in testProperty_skipCopy()
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaDeviceBuildInfo.java228 public File getDeviceImageFile() { in getDeviceImageFile() method in OtaDeviceBuildInfo
229 return mBaselineBuild.getDeviceImageFile(); in getDeviceImageFile()
DIDeviceBuildInfo.java48 public File getDeviceImageFile(); in getDeviceImageFile() method
DDeviceBuildInfo.java75 public File getDeviceImageFile() { in getDeviceImageFile() method in DeviceBuildInfo
DLocalDeviceBuildProvider.java130 buildInfo.getDeviceImageFile()); in parseBootloaderAndRadioVersions()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java208 deviceImageZip = new ZipFile(deviceBuildInfo.getDeviceImageFile()); in setUp()
217 systemImageZip = new ZipFile(systemBuildInfo.getDeviceImageFile()); in setUp()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java144 ZipFile updater = new ZipFile(deviceBuild.getDeviceImageFile().getAbsolutePath()); in extractSystemZip()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java370 verifyImages(addedBuildInfo.getDeviceImageFile()); in runPreparerTest()