Searched refs:ignoreExceptions (Results 1 – 2 of 2) sorted by relevance
59 public static <T> Supplier<T> ignoreExceptions(ThrowingSupplier<T> func) { in ignoreExceptions() method in ExceptionUtils74 public static Runnable ignoreExceptions(ThrowingRunnable r) {
136 import static com.android.testutils.ExceptionUtils.ignoreExceptions;841 new Thread(ignoreExceptions(this::onValidationRequested)).start(); in makeNetworkAgent()