Searched refs:contentLength (Results 1 – 7 of 7) sorted by relevance
57 long contentLength; field in CacheManager.CacheResult104 return contentLength; in getContentLength()254 public void setContentLength(long contentLength) { in setContentLength() argument255 this.contentLength = contentLength; in setContentLength()
31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart() argument
96 public void setFixedLengthStreamingMode(int contentLength) { in setFixedLengthStreamingMode() argument97 mConnection.setFixedLengthStreamingMode(contentLength); in setFixedLengthStreamingMode()
220 long contentLength = -1; in get() local222 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()
212 public void setFileSize(long contentLength) throws RcsMessageStoreException { in setFileSize() argument214 (iRcs, callingPackage) -> iRcs.setFileTransferFileSize(mId, contentLength, in setFileSize()
718 unsigned long contentLength = 0; in receiveRTSPReponse() local724 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()
107967 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength()J107968 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength:Ljava/lang/String;108582 Lcom/android/okhttp/internal/http/RetryableSink;->contentLength()J109044 Lcom/android/okhttp/RequestBody;->contentLength()J109113 Lcom/android/okhttp/ResponseBody;->contentLength()J