Home
last modified time | relevance | path

Searched refs:exceptionCallback (Results 1 – 3 of 3) sorted by relevance

/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/
DSimpleFuture.java31 private Consumer<Throwable> exceptionCallback; field in SimpleFuture
44 if (exceptionCallback != null) { in setException()
45 exceptionCallback.accept(thrown); in setException()
61 public void setCallback(Consumer<E> callback, Consumer<Throwable> exceptionCallback) { in setCallback() argument
65 exceptionCallback.accept(thrown); in setCallback()
68 this.exceptionCallback = exceptionCallback; in setCallback()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
DCrossProfileCallbackSenderTest.java44 private final TestExceptionCallbackListener exceptionCallback = field in CrossProfileCallbackSenderTest
49 new Profile_TestStringCallbackListener_Sender(callback, exceptionCallback, bundler);
/external/webrtc/sdk/android/api/org/webrtc/
DEglRenderer.java93 private final Runnable exceptionCallback; field in EglRenderer.HandlerWithExceptionCallback
95 public HandlerWithExceptionCallback(Looper looper, Runnable exceptionCallback) { in HandlerWithExceptionCallback() argument
97 this.exceptionCallback = exceptionCallback; in HandlerWithExceptionCallback()
106 exceptionCallback.run(); in dispatchMessage()