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