Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java88 public static Notification buildDownloadFailedNotification( in buildDownloadFailedNotification() method in DownloadNotificationUtil
95 .buildDownloadFailedNotification(smallIcon, contentIntent, message); in buildDownloadFailedNotification()
DDownloadNotificationHelper.java131 public Notification buildDownloadFailedNotification( in buildDownloadFailedNotification() method in DownloadNotificationHelper
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java107 notificationHelper.buildDownloadFailedNotification( in onDownloadChanged()