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

/frameworks/base/core/java/android/webkit/
H A DPluginData.java107 public long getContentLength() { method in class:PluginData
H A DCacheManager.java84 public long getContentLength() { method in class:CacheManager.CacheResult
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DURLFetcher.java112 if (connection.getContentLength() > fileSizeLimit) {
121 connection.getInputStream(), connection.getContentLength(), fileSizeLimit),
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DBasicNetwork.java229 new PoolingByteArrayOutputStream(mPool, (int) entity.getContentLength());
H A DHurlStack.java142 entity.setContentLength(connection.getContentLength());
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java258 // Partial content, we cannot just use getContentLength
285 mTotalSize = mConnection.getContentLength();
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java243 s = Long.toString(headers.getContentLength());
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java714 if (httpResponseCode == 200 && urlConnection.getContentLength() == 0) {

Completed in 219 milliseconds