Home
last modified time | relevance | path

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

/external/volley/src/test/java/com/android/volley/toolbox/
DBasicNetworkTest.java203 request.setShouldRetryConnectionErrors(true); in noConnectionRetry()
222 request.setShouldRetryConnectionErrors(false); in noConnectionNoRetry()
DBasicAsyncNetworkTest.java241 request.setShouldRetryConnectionErrors(true); in noConnectionRetry()
259 request.setShouldRetryConnectionErrors(false); in noConnectionNoRetry()
/external/volley/src/main/java/com/android/volley/
DRequest.java545 public final Request<?> setShouldRetryConnectionErrors(boolean shouldRetryConnectionErrors) { in setShouldRetryConnectionErrors() method in Request