HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentTimeout (Results 1 - 3 of 3) sorted by null

  /external/volley/src/main/java/com/android/volley/
RetryPolicy.java 28 * <li>The request timeout for each try, via {@link #getCurrentTimeout()}. In the common case that
36 * timing out and {@link #getCurrentTimeout()} is returning increasing values).
43 int getCurrentTimeout();
DefaultRetryPolicy.java 62 public int getCurrentTimeout() {
Request.java 555 return getRetryPolicy().getCurrentTimeout();

Completed in 268 milliseconds