Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java115 throwAggregatedException(skippedMap, false); in applyLogicsFor()
117 throwAggregatedException(failedMap, true); in applyLogicsFor()
129 private static void throwAggregatedException(Map<String, RuntimeException> exceptions, in throwAggregatedException() method in BusinessLogic