Home
last modified time | relevance | path

Searched defs:bytesDownloaded (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
DHlsDownloaderTest.java235 private long bytesDownloaded; field in HlsDownloaderTest.ProgressListener
238 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
242 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloaderTest.java351 private long bytesDownloaded; field in DashDownloaderTest.ProgressListener
354 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
358 public void assertBytesDownloaded(long bytesDownloaded) { in assertBytesDownloaded()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadProgress.java24 public volatile long bytesDownloaded; field in DownloadProgress
DSegmentDownloader.java127 long bytesDownloaded = 0; in download() local
283 private long bytesDownloaded; field in SegmentDownloader.ProgressNotifier
290 long bytesDownloaded, in ProgressNotifier()
DDownloader.java41 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress()
DDownloadManager.java1320 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDownloadBuilder.java141 public DownloadBuilder setBytesDownloaded(long bytesDownloaded) { in setBytesDownloaded()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java763 private volatile int bytesDownloaded; field in DownloadManagerTest.FakeDownloader