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

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 411 temporaryRedirectCachedWithCachingHeader(302, "Expires", formatDate(1, TimeUnit.HOURS));
415 temporaryRedirectCachedWithCachingHeader(302, "Cache-Control", "max-age=60");
419 temporaryRedirectCachedWithCachingHeader(307, "Expires", formatDate(1, TimeUnit.HOURS));
423 temporaryRedirectCachedWithCachingHeader(307, "Cache-Control", "max-age=60");
434 private void temporaryRedirectCachedWithCachingHeader(
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 412 temporaryRedirectCachedWithCachingHeader(302, "Expires", formatDate(1, TimeUnit.HOURS));
416 temporaryRedirectCachedWithCachingHeader(302, "Cache-Control", "max-age=60");
420 temporaryRedirectCachedWithCachingHeader(307, "Expires", formatDate(1, TimeUnit.HOURS));
424 temporaryRedirectCachedWithCachingHeader(307, "Cache-Control", "max-age=60");
435 private void temporaryRedirectCachedWithCachingHeader(
    [all...]

Completed in 42 milliseconds