Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java78 float downloadPercentage = download.getPercentDownloaded(); in buildProgressNotification() local
79 if (downloadPercentage != C.PERCENTAGE_UNSET) { in buildProgressNotification()
81 totalPercentage += downloadPercentage; in buildProgressNotification()