Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DIAppHelper.java88 abstract boolean captureScreenshot(String name) throws IOException; in captureScreenshot() method
DAbstractStandardAppHelper2.java459 public boolean captureScreenshot(String name) throws IOException { in captureScreenshot() method in AbstractStandardAppHelper2
DAbstractStandardAppHelper.java500 public boolean captureScreenshot(String name) throws IOException { in captureScreenshot() method in AbstractStandardAppHelper
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/listeners/
DFailureScreenshotTestWatcher.java45 if (!mHelper.captureScreenshot(String.format(SCREENSHOT_NAME_FORMAT, in failed()