Searched refs:ExceptionUtils (Results 1 – 10 of 10) sorted by relevance
27 public class ExceptionUtils { class28 private ExceptionUtils() {} in ExceptionUtils() method in ExceptionUtils86 ExceptionUtils.appendCause(t2, t)); in wrappingExceptions()88 throw ExceptionUtils.propagate(transformed); in wrappingExceptions()
100 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, assertion); in assertWithUiDump()110 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
137 throw ExceptionUtils.appendCause(err, exception);
81 ExceptionUtils.wrappingExceptions(UiDumpUtils::wrapWithUiDump, () -> { in waitFindObject()
22 public class ExceptionUtils { class23 private ExceptionUtils() {} in ExceptionUtils() method in ExceptionUtils
119 throw ExceptionUtils.appendCause(err, exception);
42 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
50 import com.android.compatibility.common.util.ExceptionUtils.wrappingExceptions in <lambda>()
60 "src/**/ExceptionUtils.java",
71 import android.util.ExceptionUtils;1428 throw ExceptionUtils.propagate(e); in convertSignaturesToCertificates()