Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java96 Map<String, RuntimeException> failedMap = new HashMap<>(); in applyLogicsFor() local
110 failedMap.put(description, re); in applyLogicsFor()
116 } else if (failedMap.size() > 0) { in applyLogicsFor()
117 throwAggregatedException(failedMap, true); in applyLogicsFor()