Searched refs:takeScreenshot (Results 1 – 5 of 5) sorted by relevance
85 public boolean takeScreenshot(String path) { in takeScreenshot() method in BaseUiDevice86 return takeScreenshot(path, Bitmap.CompressFormat.PNG, 0); in takeScreenshot()90 public boolean takeScreenshot(String path, CompressFormat format, int quality) { in takeScreenshot() method in BaseUiDevice92 Bitmap screenshot = takeScreenshot(); in takeScreenshot()116 protected abstract Bitmap takeScreenshot(); in takeScreenshot() method in BaseUiDevice
60 boolean takeScreenshot(String path); in takeScreenshot() method74 boolean takeScreenshot(String path, CompressFormat format, int quality); in takeScreenshot() method
38 protected Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomationUiDevice43 return uiAutomation.takeScreenshot(); in takeScreenshot()
42 protected Bitmap takeScreenshot() { in takeScreenshot() method in InstrumentationUiDevice
132 driver.getUiDevice().takeScreenshot(baseFileName + ".png"); in onFailure()