Searched refs:getPercentDownloaded (Results 1 – 6 of 6) sorted by relevance
302 progressListener.onProgress(contentLength, bytesDownloaded, getPercentDownloaded()); in onProgress()307 progressListener.onProgress(contentLength, bytesDownloaded, getPercentDownloaded()); in onSegmentDownloaded()310 private float getPercentDownloaded() { in getPercentDownloaded() method in SegmentDownloader.ProgressNotifier
161 public float getPercentDownloaded() { in getPercentDownloaded() method in Download
205 values.put(COLUMN_PERCENT_DOWNLOADED, download.getPercentDownloaded()); in putDownload()
78 float downloadPercentage = download.getPercentDownloaded(); in buildProgressNotification()
324 assertThat(download.getPercentDownloaded()).isEqualTo(that.getPercentDownloaded()); in assertEqual()
594 assertThat(download.getPercentDownloaded()).isEqualTo(that.getPercentDownloaded()); in assertEqualIgnoringUpdateTime()