Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java153 public long getBytesDownloaded() { in getBytesDownloaded() method in Download
DDefaultDownloadIndex.java206 values.put(COLUMN_BYTES_DOWNLOADED, download.getBytesDownloaded()); in putDownload()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java83 haveDownloadedBytes |= download.getBytesDownloaded() > 0; in buildProgressNotification()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDefaultDownloadIndexTest.java325 assertThat(download.getBytesDownloaded()).isEqualTo(that.getBytesDownloaded()); in assertEqual()
DDownloadManagerTest.java595 assertThat(download.getBytesDownloaded()).isEqualTo(that.getBytesDownloaded()); in assertEqualIgnoringUpdateTime()