Home
last modified time | relevance | path

Searched refs:CONTENT_LENGTH_UNKNOWN (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java80 private static final long CONTENT_LENGTH_UNKNOWN = -1L; field in DownloadService
312 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()