Home
last modified time | relevance | path

Searched defs:modulesAbi (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java104 Map<String, IAbi> modulesAbi = new HashMap<>(); in testBasicFormat() local
157 Map<String, IAbi> modulesAbi = new HashMap<>(); in testFailuresReporting() local
222 Map<String, IAbi> modulesAbi = new HashMap<>(); in testFailuresReporting_notDone() local
288 Map<String, IAbi> modulesAbi = new HashMap<>(); in testFailuresReporting_largeStackTrace() local
350 Map<String, IAbi> modulesAbi = new HashMap<>(); in testAssumptionFailures_Ignore_Reporting() local
413 Map<String, IAbi> modulesAbi = new HashMap<>(); in testLogReporting() local
462 Map<String, IAbi> modulesAbi = new HashMap<>(); in testMetricReporting() local
523 Map<String, IAbi> modulesAbi = new HashMap<>(); in testDeviceSerials() local
549 Map<String, IAbi> modulesAbi = new HashMap<>(); in testBasicFormat_shallow() local
600 Map<String, IAbi> modulesAbi = new HashMap<>(); in testMetricReporting_badKey() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultHolder.java33 public Map<String, IAbi> modulesAbi; field in SuiteResultHolder