Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/
H A DExceptionUtils.java59 public static <T> Supplier<T> ignoreExceptions(ThrowingSupplier<T> func) { in ignoreExceptions() method in ExceptionUtils
74 public static Runnable ignoreExceptions(ThrowingRunnable r) {
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java136 import static com.android.testutils.ExceptionUtils.ignoreExceptions;
841 new Thread(ignoreExceptions(this::onValidationRequested)).start(); in makeNetworkAgent()