Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DExceptionUtils.java85 public static @NonNull Throwable getRootCause(@NonNull Throwable t) { in getRootCause() method in ExceptionUtils
97 getRootCause(t).initCause(cause); in appendCause()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java375 loge("process: error event=" + event, getRootCause(e)); in process()
413 private Throwable getRootCause(Throwable exception) { in getRootCause() method in SipSessionGroup
690 getRootCause(e)); in doCommandAsync()
1424 exception = getRootCause(exception);
1599 + mLocalProfile.getUriString(), getRootCause(t));
/frameworks/base/core/java/android/os/
DParcel.java2050 Throwable rootCause = ExceptionUtils.getRootCause(e); in readException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71719 Landroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;