Searched refs:getContentLength (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
H A DFileURLConnection.java100 public int getContentLength() { method in class:FileURLConnection
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
H A DJarURLConnectionImpl.java282 public int getContentLength() { method in class:JarURLConnectionImpl
286 return jarFileURLConnection.getContentLength();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java172 public int getContentLength() { method in class:HttpsURLConnectionImpl
173 return httpsEngine.getContentLength();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java537 int contentLength = uc2.getContentLength();
724 * @tests {@link java.net.URLConnection#getContentLength()}
729 method = "getContentLength",
734 fileURLCon.getContentLength());
735 assertEquals(Support_TestWebData.test1.length, uc.getContentLength());
736 assertEquals(Support_TestWebData.test2.length, uc2.getContentLength());
738 assertNotNull(jarURLCon.getContentLength());
739 assertNotNull(gifURLCon.getContentLength());
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java294 public int getContentLength() { method in class:URLConnection

Completed in 158 milliseconds