Searched refs:exceptionCallback (Results 1 – 3 of 3) sorted by relevance
31 private Consumer<Throwable> exceptionCallback; field in SimpleFuture44 if (exceptionCallback != null) { in setException()45 exceptionCallback.accept(thrown); in setException()61 public void setCallback(Consumer<E> callback, Consumer<Throwable> exceptionCallback) { in setCallback() argument65 exceptionCallback.accept(thrown); in setCallback()68 this.exceptionCallback = exceptionCallback; in setCallback()
44 private final TestExceptionCallbackListener exceptionCallback = field in CrossProfileCallbackSenderTest49 new Profile_TestStringCallbackListener_Sender(callback, exceptionCallback, bundler);
93 private final Runnable exceptionCallback; field in EglRenderer.HandlerWithExceptionCallback95 public HandlerWithExceptionCallback(Looper looper, Runnable exceptionCallback) { in HandlerWithExceptionCallback() argument97 this.exceptionCallback = exceptionCallback; in HandlerWithExceptionCallback()106 exceptionCallback.run(); in dispatchMessage()