Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java223 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