Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasherTest.java61 File fakeImage = new File("fakeImageFile"); in testFlash() local
63 EasyMock.expect(mMockDeviceBuild.getOtaPackageFile()).andReturn(fakeImage); in testFlash()
64 EasyMock.expect(mMockDevice.pushFile(fakeImage, "/cache/update.zip")).andReturn(true); in testFlash()