Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java47 public static Notification buildProgressNotification( in buildProgressNotification() method in DownloadNotificationUtil
55 .buildProgressNotification(smallIcon, contentIntent, message, downloads); in buildProgressNotification()
DDownloadNotificationHelper.java56 public Notification buildProgressNotification( in buildProgressNotification() method in DownloadNotificationHelper
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java72 .buildProgressNotification( in getForegroundNotification()