Searched refs:makeProgressNotification (Results 1 – 1 of 1) sorted by relevance
223 startForeground(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, in onStartCommand()280 nm.notify(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, null /* progress */)); in processDownload()404 final Notification note = makeProgressNotification(task, progress); in maybeNotifyProgress()411 private Notification makeProgressNotification(@NonNull DownloadTask task, in makeProgressNotification() method in DownloadService