Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java171 CertificationResultXml xmlParser = new CertificationResultXml(); in init() local
172 SuiteResultHolder holder = xmlParser.parseResults(mResultDir, true); in init()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java418 CertificationResultXml xmlParser = new CertificationResultXml(); in listResults() local
424 holders.put(xmlParser.parseResults(resultDir, true), resultDir); in listResults()