Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java946 final String tmpDevicePath = String.format("/data/local/tmp/display_%s.png", displayId); in getScreenshot() local
949 String.format("screencap -p -d %s %s", displayId, tmpDevicePath)); in getScreenshot()
957 File tmpScreenshot = pullFile(tmpDevicePath); in getScreenshot()
963 deleteFile(tmpDevicePath); in getScreenshot()