Searched refs:acceptOrThrow (Results 1 – 6 of 6) sorted by relevance
142 void acceptOrThrow(T t) throws Exception;147 acceptOrThrow(t);162 void acceptOrThrow(T t) throws RemoteException;167 acceptOrThrow(t);238 void acceptOrThrow(A a, B b) throws Exception;243 acceptOrThrow(a, b);
432 action.acceptOrThrow(arraySet.valueAt(i)); in forEach()436 action.acceptOrThrow(t); in forEach()
165 write.acceptOrThrow(os);194 ipc.acceptOrThrow(remotePipe);
469 void acceptOrThrow(T t) throws Exception; in acceptOrThrow() method474 acceptOrThrow(t); in accept()
216 consumer.acceptOrThrow(countDownLatch); in runWithLatch()
85204 Lcom/android/internal/util/FunctionalUtils$RemoteExceptionIgnoringConsumer;->acceptOrThrow(Ljava/la…85205 Lcom/android/internal/util/FunctionalUtils$ThrowingConsumer;->acceptOrThrow(Ljava/lang/Object;)V