Searched refs:CONTENT_LENGTH_UNKNOWN (Results 1 – 1 of 1) sorted by relevance
80 private static final long CONTENT_LENGTH_UNKNOWN = -1L; field in DownloadService312 long contentLength = CONTENT_LENGTH_UNKNOWN; in processDownload()377 final long maxRead = contentLength == CONTENT_LENGTH_UNKNOWN in downloadToFile()437 if (contentLength == CONTENT_LENGTH_UNKNOWN || contentLength == 0) return null; in getProgress()