Home
last modified time | relevance | path

Searched defs:onException (Results 1 – 7 of 7) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/request/
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
DGenericRequest.java502 public void onException(Exception e) { in onException() method in GenericRequest
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DFaultHidingSink.java49 protected void onException(IOException e) { in onException() method in FaultHidingSink
/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/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineJob.java165 public void onException(final Exception e) { in onException() method in EngineJob
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java112 protected abstract void onException(IOException exception); in onException() method in NanoWSD.WebSocket