Home
last modified time | relevance | path

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

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java85 public static String docToStr(Document doc, boolean omitXmlDeclaration) in docToStr() argument
92 OutputKeys.OMIT_XML_DECLARATION, omitXmlDeclaration ? "yes" : "no"); in docToStr()
118 public static String getFormattedXml(String xmlStr, boolean omitXmlDeclaration) in getFormattedXml() argument
125 return docToStr(document, omitXmlDeclaration); in getFormattedXml()