Home
last modified time | relevance | path

Searched defs: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
61 public void setCallback(Consumer<E> callback, Consumer<Throwable> 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
/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()