Searched refs:getContentLength (Results 1 – 10 of 10) sorted by relevance
112 if (connection.getContentLength() > fileSizeLimit) { in getWebContentFromUrl()121 connection.getInputStream(), connection.getContentLength(), fileSizeLimit), in getWebContentFromUrl()
107 public long getContentLength() { in getContentLength() method in PluginData
84 public long getContentLength() { in getContentLength() method in CacheManager.CacheResult
142 entity.setContentLength(connection.getContentLength()); in entityFromConnection()
229 new PoolingByteArrayOutputStream(mPool, (int) entity.getContentLength()); in entityToBytes()
285 mTotalSize = mConnection.getContentLength(); in seekTo()
243 s = Long.toString(headers.getContentLength()); in headers()
714 if (httpResponseCode == 200 && urlConnection.getContentLength() == 0) { in isCaptivePortal()
46204 method public int getContentLength();
48810 method public int getContentLength();