Searched defs:contentLength (Results 1 – 5 of 5) sorted by relevance
293 long contentLength = CONTENT_LENGTH_UNKNOWN; in processDownload() local337 long contentLength, @NonNull DownloadTask task, in downloadToFile()382 private Integer getProgress(long contentLength, long totalRead) { in getProgress()
866 String mimetype, long contentLength) { in onDownloadStart()
96 public void setFixedLengthStreamingMode(int contentLength) { in setFixedLengthStreamingMode()
244 int contentLength = STRING_1K.length() * numPackets; in buildContinuingResponse() local
2496 long contentLength = urlConnection.getContentLengthLong(); in sendHttpProbe() local2586 boolean matchesHttpContentLength(final long contentLength) { in matchesHttpContentLength()