Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogic.java100 Map<String, RuntimeException> failedMap = new HashMap<>(); in applyLogicsFor() local
114 failedMap.put(description, re); in applyLogicsFor()
120 } else if (failedMap.size() > 0) { in applyLogicsFor()
121 throwAggregatedException(failedMap, true); in applyLogicsFor()