Searched refs:notificationBuilder (Results 1 – 2 of 2) sorted by relevance
35 private final NotificationCompat.Builder notificationBuilder; field in DownloadNotificationHelper44 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()
70 private Notification.Builder notificationBuilder; field in SmartSuggestionsHelperTest78 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()