Searched refs:contentLength (Results 1 – 6 of 6) sorted by relevance
62 long contentLength; field in CacheManager.CacheResult109 return contentLength; in getContentLength()259 public void setContentLength(long contentLength) { in setContentLength() argument260 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()
214 long contentLength = -1; in get() local216 contentLength = Long.parseLong(urlConnection.getHeaderField("Content-Length")); in get()220 if (contentLength > MAX_PAC_SIZE) { in get()221 throw new IOException("PAC too big: " + contentLength + " bytes"); in get()
720 unsigned long contentLength = 0; in receiveRTSPReponse() local726 if (!ParseSingleUnsignedLong(value.c_str(), &contentLength)) { in receiveRTSPReponse()731 if (contentLength > 0) { in receiveRTSPReponse()732 response->mContent = new ABuffer(contentLength); in receiveRTSPReponse()734 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
101274 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength()J101275 Lcom/android/okhttp/Cache$CacheResponseBody;->contentLength:Ljava/lang/String;101843 Lcom/android/okhttp/internal/http/RetryableSink;->contentLength()J102283 Lcom/android/okhttp/RequestBody;->contentLength()J102349 Lcom/android/okhttp/ResponseBody;->contentLength()J