Home
last modified time | relevance | path

Searched refs:onException (Results 1 – 25 of 30) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DFaultHidingSink.java25 onException(e); in write()
35 onException(e); in flush()
45 onException(e); in close()
49 protected void onException(IOException e) { in onException() method in FaultHidingSink
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DFaultHidingSink.java26 onException(e); in write()
36 onException(e); in flush()
46 onException(e); in close()
50 protected void onException(IOException e) { in onException() method in FaultHidingSink
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DFutureWrapper.java47 public void onException(Parcel exception) { in onException() method in FutureWrapper
49 onException(throwable); in onException()
52 public abstract void onException(Throwable throwable); in onException() method in FutureWrapper
DCrossProfileSender.java147 onException(throwableParcel); in onTimeout()
175 public void onException(long callId, int blockId, byte[] paramsBytes) { in onException() method in CrossProfileSender.OngoingCrossProfileCall
178 onException(parcel); in onException()
183 public void onException(Parcel exception) { in onException() method in CrossProfileSender.OngoingCrossProfileCall
192 originalCallback.onException(exception); in onException()
684 call.callback.onException(throwableParcel); in throwExceptionForAsyncCalls()
695 call.onException(throwableParcel); in throwExceptionForAsyncCalls()
DExceptionCallback.java20 void onException(Throwable throwable); in onException() method
DLocalCallback.java39 void onException(Parcel exception); in onException() method
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DTestICrossProfileCallback.java51 public void onException(long callId, int blockId, byte[] params) throws RemoteException { in onException() method in TestICrossProfileCallback
55 localCallback.onException(p); in onException()
DTestStringCrossProfileCallback.java44 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException() method in TestStringCrossProfileCallback
/external/glide/library/src/main/java/com/bumptech/glide/request/
DGenericRequest.java251 onException(null); in begin()
413 onException(new Exception("Got null fetcher from model loader")); in onSizeReady()
448onException(new Exception("Expected to receive a Resource<R> with an object of " + transcodeClass in onResourceReady()
456 onException(new Exception("Expected to receive an object of " + transcodeClass in onResourceReady()
502 public void onException(Exception e) { in onException() method in GenericRequest
509 …if (requestListener == null || !requestListener.onException(e, model, target, isFirstReadyResource… in onException()
DResourceCallback.java23 void onException(Exception e); in onException() method
DRequestListener.java43 boolean onException(Exception e, T model, Target<R> target, boolean isFirstResource); in onException() method
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineJob.java80 cb.onException(exception); in addCallback()
165 public void onException(final Exception e) { in onException() method in EngineJob
182 cb.onException(exception); in handleExceptionOnMainThread()
DEngineRunnable.java93 manager.onException(e); in onLoadFailed()
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DAsyncFrameWriter.java255 transportExceptionHandler.onException(e); in run()
257 transportExceptionHandler.onException(e); in run()
274 void onException(Throwable throwable); in onException() method
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
DBlockingExceptionCallbackListener.java24 public void onException(Throwable throwable) { in onException() method in BlockingExceptionCallbackListener
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/
DICrossProfileCallback.aidl21 void onException(long callId, int blockId, in byte[] params); in onException() method
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/
DTestExceptionCallbackListener.java32 public void onException(Throwable throwable) { in onException() method in TestExceptionCallbackListener
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DCallbackMergerExceptionCallback.java40 public void onException(Throwable throwable) { in onException() method in CallbackMergerExceptionCallback
DCrossProfileCallbackExceptionParcelCallSender.java46 callback.onException(callId, blockId, bytes); in call()
DIfAvailableFutureResultWriter.java50 this.futureWrapper.onException(throwable); in onFailure()
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DDebugWebSocketServer.java104 protected void onException(IOException exception) { in onException() method in DebugWebSocketServer.DebugWebSocket
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/wrappers/
DSimpleFutureWrapper.java58 public void onException(Throwable throwable) { in onException() method in SimpleFutureWrapper
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
DWebSocketResponseHandlerTest.java94 protected void onException(IOException exception) { in openWebSocket()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DAsyncFrameWriterTest.java145 public void onException(Throwable throwable) { in onException() method in AsyncFrameWriterTest.EscalatingTransportErrorHandler
/external/connectedappssdk/processor/src/main/resources/futurewrappers/
DListenableFutureWrapper.java56 public void onException(Throwable throwable) { in onException() method in ListenableFutureWrapper

12