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.java245 final NotificationChannel progressChannel = new NotificationChannel( in createNotificationChannels() local
249 progressChannel.setDescription( in createNotificationChannels()
251 nm.createNotificationChannel(progressChannel); in createNotificationChannels()