Searched refs:onFailure (Results 1 - 25 of 35) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCallback.java27 void onFailure(Request request, IOException e); method in interface:Callback
H A DCall.java174 responseCallback.onFailure(originalRequest, new IOException("Canceled"));
185 responseCallback.onFailure(request, e);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutureCallback.java47 void onFailure(Throwable t); method in interface:FutureCallback
H A DFutures.java466 public void onFailure(Throwable t) {
483 public void onFailure(Throwable t) {
1108 public void onFailure(Throwable t) {
1223 * public void onFailure(Throwable t) {
1279 * public void onFailure(Throwable t) {
1310 callback.onFailure(e.getCause());
1313 callback.onFailure(e);
1316 callback.onFailure(e);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
H A DWebSocketListener.java42 void onFailure(IOException e, Response response); method in interface:WebSocketListener
H A DWebSocketCall.java100 listener.onFailure(e, response);
104 @Override public void onFailure(Request request, IOException e) {
105 listener.onFailure(e, null);
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/
H A DProducerMonitor.java101 public void onFailure(Throwable t) {
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DBaseDroidDriverTest.java55 // In most cases uncaughtException will be reported by onFailure().
112 protected void onFailure(Throwable failure) throws Throwable { method in class:BaseDroidDriverTest
172 * {@link #onFailure} hook.
181 onFailure(uncaughtException);
192 onFailure(exception);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRecordingCallback.java32 @Override public synchronized void onFailure(Request request, IOException e) { method in class:RecordingCallback
H A DCallTest.java651 @Override public void onFailure(Request request, IOException e) {
708 @Override public void onFailure(Request request, IOException e) {
1771 @Override public void onFailure(Request request, IOException e) {
1782 throw e; // We expect to not loop into onFailure in this case.
1886 @Override public void onFailure(Request request, IOException e) {
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
H A DAsynchronousGet.java34 @Override public void onFailure(Request request, IOException e) {
H A DWebSocketEcho.java67 @Override public void onFailure(IOException e, Response response) { method in class:WebSocketEcho
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFutureCallbackTest.java74 public synchronized void onFailure(Throwable t) {
140 public void onFailure(Throwable t) {}
250 public synchronized void onFailure(Throwable t) { method in class:FutureCallbackTest.MockCallback
/external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
H A DAutobahnTester.java113 @Override public void onFailure(IOException e, Response response) {
151 @Override public void onFailure(IOException e, Response response) {
186 @Override public void onFailure(IOException e, Response response) {
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
H A DWebSocketCallTest.java234 @Override public void onFailure(IOException e, Response response) {
235 listener.onFailure(e, null);
265 @Override public void onFailure(IOException e, Response response) { method in class:WebSocketCallTest.EmptyWebSocketListener
H A DWebSocketRecorder.java74 @Override public void onFailure(IOException e, Response response) { method in class:WebSocketRecorder
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiScannerFacade.java113 public void onFailure(int reason, String description) { method in class:WifiScannerFacade.WifiActionListener
114 Log.d("onFailure " + mEventType + " " + mIndex);
115 mResults.putString("Type", "onFailure");
119 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone());
190 public void onFailure(int reason, String description) { method in class:WifiScannerFacade.WifiScanListener
192 mWAL.onFailure(reason, description);
261 public void onFailure(int reason, String description) { method in class:WifiScannerFacade.ChangeListener
263 mWAL.onFailure(reason, description);
319 public void onFailure(int reason, String description) { method in class:WifiScannerFacade.WifiBssidListener
321 mWAL.onFailure(reaso
[all...]
H A DWifiRttManagerFacade.java126 public void onFailure(int reason, String description) { method in class:WifiRttManagerFacade.RangingListener
131 .postEvent(RangingListener.TAG + mId + "onFailure", msg);
H A DWifiP2pManagerFacade.java82 public void onFailure(int reason) { method in class:WifiP2pManagerFacade.WifiP2pActionListener
H A DWifiAwareManagerFacade.java701 public void onFailure(int reason, String description) { method in class:WifiAwareManagerFacade.WifiAwareRangingListener
H A DWifiManagerFacade.java204 public void onFailure(int reason) { method in class:WifiManagerFacade.WifiActionListener
205 Log.d("WifiActionListener onFailure called for" + mEventType);
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java68 @Override public void onFailure(Request request, IOException e) {
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DRealWebSocket.java217 listener.onFailure(e, null);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1638 milliseconds

12