Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
H A DScreenshotOnFailureCollector.java140 try (OutputStream out = getOutputStreamViaShell(img)) { in takeScreenshot()
H A DBaseMetricListener.java400 public OutputStream getOutputStreamViaShell(File file) throws IOException { in getOutputStreamViaShell() method in BaseMetricListener