Home
last modified time | relevance | path

Searched refs:contentLength (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
DCacheManager.java57 long contentLength; field in CacheManager.CacheResult
104 return contentLength; in getContentLength()
254 public void setContentLength(long contentLength) { in setContentLength() argument
255 this.contentLength = contentLength; in setContentLength()
DDownloadListener.java31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart() argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java96 public void setFixedLengthStreamingMode(int contentLength) { in setFixedLengthStreamingMode() argument
97 mConnection.setFixedLengthStreamingMode(contentLength); in setFixedLengthStreamingMode()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java220 long contentLength = -1; in get() local
222 contentLength = Long.parseLong(urlConnection.getHeaderField("Content-Length")); in get()
226 if (contentLength > MAX_PAC_SIZE) { in get()
227 throw new IOException("PAC too big: " + contentLength + " bytes"); in get()
/frameworks/base/telephony/java/android/telephony/ims/
DRcsFileTransferPart.java212 public void setFileSize(long contentLength) throws RcsMessageStoreException { in setFileSize() argument
214 (iRcs, callingPackage) -> iRcs.setFileTransferFileSize(mId, contentLength, in setFileSize()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp718 unsigned long contentLength = 0; in receiveRTSPReponse() local
724 if (!ParseSingleUnsignedLong(value.c_str(), &contentLength)) { in receiveRTSPReponse()
729 if (contentLength > 0) { in receiveRTSPReponse()
730 response->mContent = new ABuffer(contentLength); in receiveRTSPReponse()
732 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt107967 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength()J
107968 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength:Ljava/lang/String;
108582 Lcom/android/okhttp/internal/http/RetryableSink;->contentLength()J
109044 Lcom/android/okhttp/RequestBody;->contentLength()J
109113 Lcom/android/okhttp/ResponseBody;->contentLength()J