Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java414 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException; in getScreenshot() argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java647 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException { in getScreenshot() argument
648 final String tmpDevicePath = String.format("/data/local/tmp/display_%s.png", displayId); in getScreenshot()
651 String.format("screencap -p -d %s %s", displayId, tmpDevicePath)); in getScreenshot()
DNativeDevice.java2615 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException { in getScreenshot() argument