Searched defs:httpFailure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DConnection.java246 if (httpFailure(req, error, exception) &&
294 if (httpFailure(req, error, exception) &&
411 httpFailure(req, error, exception);
427 private boolean httpFailure(Request req, int errorId, Exception e) { method in class:Connection
432 "httpFailure() ******* " + e + " count " + req.mFailCount +

Completed in 42 milliseconds