Searched refs:takeDebugScreenshot (Results 1 – 1 of 1) sorted by relevance
78 final File screenshot = takeDebugScreenshot(description, device, "OnFailure"); in onError()138 private static File takeDebugScreenshot(Description description, UiDevice device, in takeDebugScreenshot() method in ArtifactSaver145 public static void takeDebugScreenshot(Description description, String prefix) { in takeDebugScreenshot() method in ArtifactSaver146 File screenshotFile = takeDebugScreenshot(description, getUiDevice(), prefix); in takeDebugScreenshot()