Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DApiDocumentParser.java42 return new XmlApiParser(tag, /*gzipped=*/ false); in getApiParser()
44 return new XmlApiParser(tag, /*gzipped=*/ true); in getApiParser()
DXmlApiParser.java41 class XmlApiParser extends ApiParser { class
118 XmlApiParser(String tag, boolean gzipped) { in XmlApiParser() method in XmlApiParser