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