Searched refs:makeProgressNotification (Results 1 – 1 of 1) sorted by relevance
207 startForeground(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, in enqueueDownloadTask()298 makeProgressNotification(task, null /* progress */)); in processDownload()458 final Notification note = makeProgressNotification(task, progress); in maybeNotifyProgress()470 private Notification makeProgressNotification(@NonNull DownloadTask task, in makeProgressNotification() method in DownloadService