Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java67 private static final String CHANNEL_COMPLETE = "complete"; field in DownloadNotifier
106 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_COMPLETE, in DownloadNotifier()
204 builder = new Notification.Builder(mContext, CHANNEL_COMPLETE); in updateWithLocked()