Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/multivariant/com/android/testutils/
DExceptionUtils.java49 public static <T> Supplier<T> ignoreExceptions(ThrowingSupplier<T> func) { in ignoreExceptions() method in ExceptionUtils
59 public static Runnable ignoreExceptions(ThrowingRunnable r) {