Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java568 public InputStreamSource getScreenshot(int displayId) throws DeviceNotAvailableException { in getScreenshot() argument
569 final String tmpDevicePath = String.format("/data/local/tmp/display_%s.png", displayId); in getScreenshot()
572 String.format("screencap -p -d %s %s", displayId, tmpDevicePath)); in getScreenshot()
DITestDevice.java393 public InputStreamSource getScreenshot(int displayId) throws DeviceNotAvailableException; in getScreenshot() argument
DNativeDevice.java2512 public InputStreamSource getScreenshot(int displayId) throws DeviceNotAvailableException { in getScreenshot() argument