Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DHtmlReport.java44 final PipedInputStream xmlIn = new PipedInputStream(xmlOut); in printHtmlReport() local
67 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport()