Home
last modified time | relevance | path

Searched refs:docToStr (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() method in TestUtils
125 return docToStr(document, omitXmlDeclaration); in getFormattedXml()
208 String converted = TestUtils.getFormattedXml(TestUtils.docToStr(doc, true), true); in testFormatToFormat()