Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DHtmlReport.java43 final PipedOutputStream xmlOut = new PipedOutputStream(); in printHtmlReport() local
44 final PipedInputStream xmlIn = new PipedInputStream(xmlOut); in printHtmlReport()
50 testApks, apiCoverage, cddCoverage, packageFilter, reportTitle, xmlOut); in printHtmlReport()
54 xmlOut.close(); in printHtmlReport()