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

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 744 testMethodInvalidates("POST");
748 testMethodInvalidates("PUT");
752 testMethodInvalidates("DELETE");
755 private void testMethodInvalidates(String requestMethod) throws Exception {
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 751 testMethodInvalidates("POST");
755 testMethodInvalidates("PUT");
759 testMethodInvalidates("DELETE");
762 private void testMethodInvalidates(String requestMethod) throws Exception {
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 654 testMethodInvalidates("POST");
658 testMethodInvalidates("PUT");
662 testMethodInvalidates("DELETE");
665 private void testMethodInvalidates(String requestMethod) throws Exception {
    [all...]

Completed in 109 milliseconds