Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java239 final NotificationChannel downloadChannel = new NotificationChannel(CHANNEL_DOWNLOADS, in createNotificationChannels() local
242 downloadChannel.setDescription(res.getString(R.string.channel_description_downloads)); in createNotificationChannels()
243 nm.createNotificationChannel(downloadChannel); in createNotificationChannels()