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.java84 private static final long CONTENT_LENGTH_UNKNOWN = -1L; field in DownloadService
293 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()