Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java62 int downloadTaskCount = 0; in buildProgressNotification() local
84 downloadTaskCount++; in buildProgressNotification()
94 progress = (int) (totalPercentage / downloadTaskCount); in buildProgressNotification()