Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java225 final NotificationChannel progressChannel = new NotificationChannel( in createNotificationChannels() local
229 progressChannel.setDescription( in createNotificationChannels()
231 nm.createNotificationChannel(progressChannel); in createNotificationChannels()