Searched defs:bytesDownloaded (Results 1 – 8 of 8) sorted by relevance
235 private long bytesDownloaded; field in HlsDownloaderTest.ProgressListener238 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()242 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
351 private long bytesDownloaded; field in DashDownloaderTest.ProgressListener354 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()358 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
24 public volatile long bytesDownloaded; field in DownloadProgress
127 long bytesDownloaded = 0; in download() local283 private long bytesDownloaded; field in SegmentDownloader.ProgressNotifier290 long bytesDownloaded, in ProgressNotifier()
41 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
1320 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
141 public DownloadBuilder setBytesDownloaded(long bytesDownloaded) { in setBytesDownloaded()
763 private volatile int bytesDownloaded; field in DownloadManagerTest.FakeDownloader