Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DFunctionalUtils.java142 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);
H A DCollectionUtils.java432 action.acceptOrThrow(arraySet.valueAt(i)); in forEach()
436 action.acceptOrThrow(t); in forEach()
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DRemoteStream.java165 write.acceptOrThrow(os);
194 ipc.acceptOrThrow(remotePipe);
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java469 void acceptOrThrow(T t) throws Exception; in acceptOrThrow() method
474 acceptOrThrow(t); in accept()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserLifecycleStressTest.java216 consumer.acceptOrThrow(countDownLatch); in runWithLatch()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85204 Lcom/android/internal/util/FunctionalUtils$RemoteExceptionIgnoringConsumer;->acceptOrThrow(Ljava/la…
85205 Lcom/android/internal/util/FunctionalUtils$ThrowingConsumer;->acceptOrThrow(Ljava/lang/Object;)V