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

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 238 public int getMaxAgeSeconds() {
403 if (request.getMaxAgeSeconds() != -1) {
404 freshMillis = Math.min(freshMillis, TimeUnit.SECONDS.toMillis(request.getMaxAgeSeconds()));
RequestHeaders.java 140 public int getMaxAgeSeconds() {

Completed in 177 milliseconds