Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java76 int needToRead = (int) Math.min(4096, mSize - total); in download() local
77 int count = input.read(data, 0, needToRead); in download()