Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java27 public class ExceptionUtils { class
28 private ExceptionUtils() {} in ExceptionUtils() method in ExceptionUtils
86 ExceptionUtils.appendCause(t2, t)); in wrappingExceptions()
88 throw ExceptionUtils.propagate(transformed); in wrappingExceptions()
DUiAutomatorUtils2.java100 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, assertion); in assertWithUiDump()
110 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
DMatcherUtils.java137 throw ExceptionUtils.appendCause(err, exception);
DUiAutomatorUtils.java81 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExceptionUtils.java22 public class ExceptionUtils { class
23 private ExceptionUtils() {} in ExceptionUtils() method in ExceptionUtils
DMatcherUtils.java119 throw ExceptionUtils.appendCause(err, exception);
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt42 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
DAppHibernationIntegrationTest.kt50 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
/cts/hostsidetests/appsecurity/
DAndroid.bp60 "src/**/ExceptionUtils.java",
/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java71 import android.util.ExceptionUtils;
1428 throw ExceptionUtils.propagate(e); in convertSignaturesToCertificates()