Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java78 private static final int NOTE_DOWNLOAD_PROGRESS = 1; field in DownloadService
223 startForeground(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, in onStartCommand()
280 nm.notify(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, null /* progress */)); in processDownload()
405 nm.notify(NOTE_DOWNLOAD_PROGRESS, note); in maybeNotifyProgress()