Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DArtifactSaver.java78 final File screenshot = takeDebugScreenshot(description, device, "OnFailure"); in onError()
138 private static File takeDebugScreenshot(Description description, UiDevice device, in takeDebugScreenshot() method in ArtifactSaver
145 public static void takeDebugScreenshot(Description description, String prefix) { in takeDebugScreenshot() method in ArtifactSaver
146 File screenshotFile = takeDebugScreenshot(description, getUiDevice(), prefix); in takeDebugScreenshot()