Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java110 InputStream vtsReportInputStream = new ByteArrayInputStream(keyFileByteArray); in init() local
113 Optional<Storage> optionalVtsReportStorage = GcsHelper.getStorage(vtsReportInputStream); in init()