Searched refs:DownloadNotificationHelper (Results 1 – 5 of 5) sorted by relevance
27 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()
26 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()
54 return new DownloadNotificationHelper(context, channelId) in buildProgressNotification()74 return new DownloadNotificationHelper(context, channelId) in buildDownloadCompletedNotification()94 return new DownloadNotificationHelper(context, channelId) in buildDownloadFailedNotification()
30 public final class DownloadNotificationHelper { class41 public DownloadNotificationHelper(Context context, String channelId) { in DownloadNotificationHelper() method in DownloadNotificationHelper
777 `DownloadNotificationHelper`.