Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/toolbox/
DNetworkUtility.java120 private static void attemptRetryOnException( in attemptRetryOnException() method in NetworkUtility
147 attemptRetryOnException("socket", request, new TimeoutError()); in handleException()
156 attemptRetryOnException("connection", request, new NoConnectionError()); in handleException()
176 attemptRetryOnException("auth", request, new AuthFailureError(networkResponse)); in handleException()
182 attemptRetryOnException( in handleException()
192 attemptRetryOnException("network", request, new NetworkError()); in handleException()