Searched refs:shouldRetryConnectionErrors (Results 1 – 2 of 2) sorted by relevance
545 public final Request<?> setShouldRetryConnectionErrors(boolean shouldRetryConnectionErrors) { in setShouldRetryConnectionErrors() argument546 mShouldRetryConnectionErrors = shouldRetryConnectionErrors; in setShouldRetryConnectionErrors()554 public final boolean shouldRetryConnectionErrors() { in shouldRetryConnectionErrors() method in Request
155 if (request.shouldRetryConnectionErrors()) { in handleException()