Searched refs:downloadChannel (Results 1 – 1 of 1) sorted by relevance
239 final NotificationChannel downloadChannel = new NotificationChannel(CHANNEL_DOWNLOADS, in createNotificationChannels() local242 downloadChannel.setDescription(res.getString(R.string.channel_description_downloads)); in createNotificationChannels()243 nm.createNotificationChannel(downloadChannel); in createNotificationChannels()