Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java796 File tmpPngFile = FileUtil.createTempFile("screenshot", ".png"); in testGetScreenshot() local
798 FileUtil.writeToFile(source.createInputStream(), tmpPngFile); in testGetScreenshot() local
799 CLog.i("Created file at %s", tmpPngFile.getAbsolutePath()); in testGetScreenshot()
801 BufferedImage image = ImageIO.read(tmpPngFile); in testGetScreenshot()
807 FileUtil.deleteFile(tmpPngFile); in testGetScreenshot()