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.java68 private static final String CHANNEL_COMPLETE = "complete"; field in DownloadNotifier
113 NotificationChannel completedNotifChannel = new NotificationChannel(CHANNEL_COMPLETE, in DownloadNotifier()
217 builder = new Notification.Builder(mContext, CHANNEL_COMPLETE); in updateWithLocked()