Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java68 public static Notification buildDownloadCompletedNotification( in buildDownloadCompletedNotification() method in DownloadNotificationUtil
75 .buildDownloadCompletedNotification(smallIcon, contentIntent, message); in buildDownloadCompletedNotification()
DDownloadNotificationHelper.java117 public Notification buildDownloadCompletedNotification( in buildDownloadCompletedNotification() method in DownloadNotificationHelper
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java101 notificationHelper.buildDownloadCompletedNotification( in onDownloadChanged()