Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java33 private static final String HEADER_XML = field in ReportLogTest
36 HEADER_XML + "\r\n" +
73 assertEquals(HEADER_XML, ReportLog.serialize(mReportLog)); in testSerialize_detailOnly()
93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData()