Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DRequest.java111 private boolean mShouldRetryConnectionErrors = false; field in Request
546 mShouldRetryConnectionErrors = shouldRetryConnectionErrors; in setShouldRetryConnectionErrors()
555 return mShouldRetryConnectionErrors; in shouldRetryConnectionErrors()