Searched refs:fakeImage (Results 1 – 1 of 1) sorted by relevance
72 File fakeImage = new File("fakeImageFile"); in testFlash() local73 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()