Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasherTest.java72 File fakeImage = new File("fakeImageFile"); in testFlash() local
73 when(mMockDeviceBuild.getOtaPackageFile()).thenReturn(fakeImage); in testFlash()
74 when(mMockDevice.pushFile(fakeImage, "/cache/update.zip", true)).thenReturn(true); in testFlash()
84 .pushFile(Mockito.eq(fakeImage), Mockito.eq("/cache/update.zip"), Mockito.eq(true)); in testFlash()