Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java76 private static final String CHANNEL_DOWNLOADS = "downloads"; field in DownloadService
239 final NotificationChannel downloadChannel = new NotificationChannel(CHANNEL_DOWNLOADS, in createNotificationChannels()
434 return new Notification.Builder(this, CHANNEL_DOWNLOADS) in makeDoneNotification()
446 return new Notification.Builder(this, CHANNEL_DOWNLOADS) in makeErrorNotification()