Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DExceptionUtils.java77 Function<Throwable, Throwable> exceptionTransformer, ThrowingSupplier<R> action) { in wrappingExceptions()
96 Function<Throwable, Throwable> exceptionTransformer, ThrowingRunnable action) { in wrappingExceptions()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DVoidRetry.java56 public VoidRetry terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()
DRetry.java81 public Retry<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()
DPoll.java294 public Poll<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException()