Searched refs:displayId (Results 1 – 3 of 3) sorted by relevance
414 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException; in getScreenshot() argument
647 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException { in getScreenshot() argument648 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()
2615 public InputStreamSource getScreenshot(long displayId) throws DeviceNotAvailableException { in getScreenshot() argument