Searched defs:exceptionCallback (Results 1 – 3 of 3) sorted by relevance
31 private Consumer<Throwable> exceptionCallback; field in SimpleFuture61 public void setCallback(Consumer<E> callback, Consumer<Throwable> exceptionCallback) { in setCallback()
44 private final TestExceptionCallbackListener exceptionCallback = field in CrossProfileCallbackSenderTest
93 private final Runnable exceptionCallback; field in EglRenderer.HandlerWithExceptionCallback95 public HandlerWithExceptionCallback(Looper looper, Runnable exceptionCallback) { in HandlerWithExceptionCallback()