Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/testutils/
DTestHandler.java19 import static android.util.ExceptionUtils.appendCause;
136 throw propagate(appendCause(t, msg.postPoint)); in dispatch()
/frameworks/base/core/java/android/util/
DExceptionUtils.java95 public static @NonNull Throwable appendCause(@NonNull Throwable t, @Nullable Throwable cause) { in appendCause() method in ExceptionUtils