OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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