Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExceptionUtils.java28 public static Throwable getRootCause(Throwable t) { in getRootCause() method in ExceptionUtils
40 getRootCause(t).initCause(cause); in appendCause()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java55 public static @NonNull Throwable getRootCause(@NonNull Throwable t) { in getRootCause() method in ExceptionUtils
67 getRootCause(t).initCause(cause); in appendCause()