Merge "Update associated with ResponseCache removal" am: d17485bb02
am: c24a925931

Change-Id: Ic8a254dbb53e6663a78af4ec7e795d6c1255c1a4
diff --git a/api/current.txt b/api/current.txt
index a5a245c..b9cf9c9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -216,21 +216,6 @@
     field public static final int UNKNOWN = 0; // 0x0
   }
 
-  public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {
-    method public void close() throws java.io.IOException;
-    method public void delete() throws java.io.IOException;
-    method public void flush();
-    method public java.net.CacheResponse get(java.net.URI, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>) throws java.io.IOException;
-    method public int getHitCount();
-    method public static android.net.http.HttpResponseCache getInstalled();
-    method public int getNetworkCount();
-    method public int getRequestCount();
-    method public static synchronized android.net.http.HttpResponseCache install(java.io.File, long) throws java.io.IOException;
-    method public long maxSize();
-    method public java.net.CacheRequest put(java.net.URI, java.net.URLConnection) throws java.io.IOException;
-    method public long size();
-  }
-
   public class HttpsConnection {
     method public static void initializeEngine(java.io.File);
   }