Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java35 private final NotificationCompat.Builder notificationBuilder; field in DownloadNotificationHelper
44 this.notificationBuilder = new NotificationCompat.Builder(context, channelId); in DownloadNotificationHelper()
164 notificationBuilder.setSmallIcon(smallIcon); in buildNotification()
165 notificationBuilder.setContentTitle( in buildNotification()
167 notificationBuilder.setContentIntent(contentIntent); in buildNotification()
168 notificationBuilder.setStyle( in buildNotification()
170 notificationBuilder.setProgress(maxProgress, currentProgress, indeterminateProgress); in buildNotification()
171 notificationBuilder.setOngoing(ongoing); in buildNotification()
172 notificationBuilder.setShowWhen(showWhen); in buildNotification()
173 return notificationBuilder.build(); in buildNotification()
/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/
DSmartSuggestionsHelperTest.java70 private Notification.Builder notificationBuilder; field in SmartSuggestionsHelperTest
78 notificationBuilder = new Notification.Builder(context, "id"); in setup()
101 Notification notification = notificationBuilder.setContentText(MESSAGE).build(); in onNotificationEnqueued_notMessageCategory()
116 notificationBuilder in onNotificationEnqueued_fromSystem()
134 notificationBuilder in onNotificationEnqueued_noInlineReply()
177 notificationBuilder in onNotificationEnqueued_messageStyleNotification()
208 notificationBuilder in onNotificationEnqueued_lastMessageFromLocalUser()
229 notificationBuilder in onNotificationEnqueued_messageStyleNotification_missingPerson()
392 return notificationBuilder in createMessageCategoryNotification()