Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java33 public static RuntimeException propagate(@NonNull Throwable t) { in propagate() method in ExceptionUtils
88 throw ExceptionUtils.propagate(transformed); in wrappingExceptions()
/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java1428 throw ExceptionUtils.propagate(e); in convertSignaturesToCertificates()