Home
last modified time | relevance | path

Searched defs: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