Home
last modified time | relevance | path

Searched refs:httpFailure (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/android/src/android/net/http/
DConnection.java243 if (httpFailure(req, error, exception) && in processRequests()
291 if (httpFailure(req, error, exception) && in processRequests()
408 httpFailure(req, error, exception); in openHttpConnection()
424 private boolean httpFailure(Request req, int errorId, Exception e) { in httpFailure() method in Connection