Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogic.java119 throwAggregatedException(skippedMap, false); in applyLogicsFor()
121 throwAggregatedException(failedMap, true); in applyLogicsFor()
133 private static void throwAggregatedException(Map<String, RuntimeException> exceptions, in throwAggregatedException() method in BusinessLogic