HomeSort by relevance Sort by last modified time
    Searched refs:appendCause (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/testutils/
TestHandler.java 19 import static android.util.ExceptionUtils.appendCause;
136 throw propagate(appendCause(t, msg.postPoint));
  /frameworks/base/core/java/android/util/
ExceptionUtils.java 95 public static @NonNull Throwable appendCause(@NonNull Throwable t, @Nullable Throwable cause) {

Completed in 79 milliseconds