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.java207 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