Searched refs:ThrowingConsumer (Results 1 – 8 of 8) sorted by relevance
28 import com.android.car.internal.util.FunctionalUtils.ThrowingConsumer;45 ThrowingConsumer<Boolean> tc = (Boolean error) -> { in testUncheckedExceptionsThrowningConsumer()
41 public static <T> Consumer<T> uncheckExceptions(ThrowingConsumer<T> action) { in uncheckExceptions()149 public interface ThrowingConsumer<T> extends Consumer<T> {
30 public interface ThrowingConsumer<T> { interface in FunctionalUtils
49 import com.android.car.internal.util.FunctionalUtils.ThrowingConsumer;241 int packetLength, ThrowingConsumer<IVmsClientCallback> callbackConsumer) { in deliverToSubscribers()
50 import com.android.testutils.FunctionalUtils.ThrowingConsumer;765 int getRequestKey(ThrowingConsumer<ArgumentCaptor<Integer>> verifier) in getRequestKey()773 ThrowingConsumer<ArgumentCaptor<AdvertisingRequest>> verifier) throws Exception { in getAdvertisingRequest()
945 ThrowingConsumer<Record> inserter, String packageName, int dataCategory) in setupAggregation()1409 public interface ThrowingConsumer<T> extends Consumer<T> { interface
3382 private interface ThrowingConsumer<S, T extends Throwable> {3387 @NonNull ThrowingConsumer<NetworkStatsProviderCallbackImpl, RemoteException> task) {
437 import com.android.testutils.FunctionalUtils.ThrowingConsumer;7097 private void runTestWithSerialExecutors(ThrowingConsumer<Executor> functor)