Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DRequest.java545 public final Request<?> setShouldRetryConnectionErrors(boolean shouldRetryConnectionErrors) { in setShouldRetryConnectionErrors() argument
546 mShouldRetryConnectionErrors = shouldRetryConnectionErrors; in setShouldRetryConnectionErrors()
554 public final boolean shouldRetryConnectionErrors() { in shouldRetryConnectionErrors() method in Request
/external/volley/src/main/java/com/android/volley/toolbox/
DNetworkUtility.java155 if (request.shouldRetryConnectionErrors()) { in handleException()