Searched refs:contentLength (Results 1 – 9 of 9) 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
252 long contentLength = -1; in get() local254 contentLength = Long.parseLong(urlConnection.getHeaderField("Content-Length")); in get()258 if (contentLength > MAX_PAC_SIZE) { in get()259 throw new IOException("PAC too big: " + contentLength + " bytes"); in get()
61 connection.contentLength > fileSizeLimit -> {
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
23161 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Headers;)J23162 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Request;)J23163 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Response;)J23174 HSPLcom/android/okhttp/internal/http/RetryableSink;->contentLength()J
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...