Home
last modified time | relevance | path

Searched defs:deviceImage (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DMixKernelTargetPreparerTest.java114 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testFailsOnMissingKernelImage() local
130 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testFailsOnMissingKernelMixingTool() local
160 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testFailsOnRunningKernelMixingTool() local
198 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testFailsOnNoNewDeviceImage() local
244 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testSuccessfulMixKernel() local
287 File deviceImage = FileUtil.createTempFile("device-img-12345", "zip"); in testSuccessfulMixKernelWithLocalToolPath() local
319 File deviceImage = new File(newImageDir, "device-img-12345.zip"); in testSetNewDeviceImage() local
DFastbootDeviceFlasherTest.java602 File deviceImage = FileUtil.createTempFile("fakeDeviceImage", ""); in testCheckAndFlashSystem_flashing() local
633 File deviceImage = FileUtil.createTempFile("fakeDeviceImage", ""); in testCheckAndFlashSystemWithFlashall() local
681 File deviceImage = FileUtil.createTempFile("fakeDeviceImage", ""); in testFlashingSystemWithRamdisk() local
765 File deviceImage = FileUtil.createTempFile("fakeDeviceImage", ""); in testCheckAndFlashSystem_withFlashOptions() local
798 File deviceImage = FileUtil.createTempFile("fakeDeviceImage", ""); in testCheckAndFlashSystem_exception() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DFlashingResourceUtil.java57 File deviceImage = keyAndFiles.get(BuildInfoKey.BuildInfoFileKey.DEVICE_IMAGE.getFileKey()); in setUpFlashingResources() local
80 .put(BuildInfoKey.BuildInfoFileKey.DEVICE_IMAGE.getFileKey(), deviceImage); in setUpFlashingResources() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/image/
DDeviceImageTrackerTest.java55 File deviceImage = FileUtil.createTempFile("cache-image", ".zip"); in testCache() local
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DDeviceImageTracker.java128 File deviceImage, in trackUpdatedDeviceImage()
DIncrementalImageUtil.java162 File deviceImage = null; in initialize() local
196 File deviceImage, in IncrementalImageUtil()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java510 File deviceImage = deviceBuild.getDeviceImageFile(); in moveBaseline() local