Home
last modified time | relevance | path

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

/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java27 import com.google.android.exoplayer2.ui.DownloadNotificationHelper;
54 DownloadNotificationHelper downloadNotificationHelper = in getDownloadManager()
85 private final DownloadNotificationHelper notificationHelper;
90 Context context, DownloadNotificationHelper notificationHelper, int firstNotificationId) { in TerminalStateNotificationHelper()
DDemoApplication.java26 import com.google.android.exoplayer2.ui.DownloadNotificationHelper;
59 private DownloadNotificationHelper downloadNotificationHelper;
96 public DownloadNotificationHelper getDownloadNotificationHelper() { in getDownloadNotificationHelper()
99 new DownloadNotificationHelper(this, DOWNLOAD_NOTIFICATION_CHANNEL_ID); in getDownloadNotificationHelper()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java54 return new DownloadNotificationHelper(context, channelId) in buildProgressNotification()
74 return new DownloadNotificationHelper(context, channelId) in buildDownloadCompletedNotification()
94 return new DownloadNotificationHelper(context, channelId) in buildDownloadFailedNotification()
DDownloadNotificationHelper.java30 public final class DownloadNotificationHelper { class
41 public DownloadNotificationHelper(Context context, String channelId) { in DownloadNotificationHelper() method in DownloadNotificationHelper
/external/exoplayer/tree/
DRELEASENOTES.md777 `DownloadNotificationHelper`.