Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java341 final long maxRead = contentLength == CONTENT_LENGTH_UNKNOWN in downloadToFile() local
345 while (allRead < maxRead) { in downloadToFile()
350 final int read = is.read(buffer, 0, (int) min(buffer.length, maxRead - allRead)); in downloadToFile()