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

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 408 if (request.getMinFreshSeconds() != -1) {
409 minFreshMillis = TimeUnit.SECONDS.toMillis(request.getMinFreshSeconds());
RequestHeaders.java 148 public int getMinFreshSeconds() {

Completed in 207 milliseconds