Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/toolbox/
DBasicNetwork.java114 attemptRetryOnException("socket", request, new TimeoutError()); in performRequest()
116 attemptRetryOnException("connection", request, new TimeoutError()); in performRequest()
133 attemptRetryOnException("auth", in performRequest()
164 private static void attemptRetryOnException(String logPrefix, Request<?> request, in attemptRetryOnException() method in BasicNetwork