Searched refs:groupSummary (Results 1 – 7 of 7) sorted by relevance
85 NotificationCompat.Builder groupSummary = in showNotifications() local95 groupSummary.setOnlyAlertOnce(false); in showNotifications()97 groupSummary.setGroupAlertBehavior(Notification.GROUP_ALERT_ALL); in showNotifications()101 groupSummary.setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN); in showNotifications()104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()108 context, GROUP_SUMMARY_NOTIFICATION_TAG, NOTIFICATION_ID, groupSummary.build()); in showNotifications()
152 Notification.Builder groupSummary = createNotificationBuilder(); in updateMissedCallNotification() local199 groupSummary.setLargeIcon(photoIcon); in updateMissedCallNotification()218 groupSummary in updateMissedCallNotification()228 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()231 Notification notification = groupSummary.build(); in updateMissedCallNotification()
130 CarNotificationTypeItem groupSummary = CarNotificationTypeItem.of( in groupSummaryNotificationType_shouldHaveCorrectValues() local132 assertThat(groupSummary.getNotificationType()).isEqualTo( in groupSummaryNotificationType_shouldHaveCorrectValues()135 assertProperties(groupSummary, NO_TEMPLATE, R.layout.group_summary_notification_template, in groupSummaryNotificationType_shouldHaveCorrectValues()
1335 Notification groupSummary = generateNotification(/* isForeground= */ false, in generateGroupSummaryNotification() local1338 when(sbn.getNotification()).thenReturn(groupSummary); in generateGroupSummaryNotification()
436 AlertEntry groupSummary = notificationGroup.getGroupSummaryNotification(); in group()437 if (groupSummary == null || !mShowRecentsAndOlderHeaders) { in group()447 seenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()449 unseenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()
683 AlertEntry groupSummary = group.getGroupSummaryNotification(); in setVisibleNotificationsAsSeen() local684 if (groupSummary != null) { in setVisibleNotificationsAsSeen()685 notifications.add(groupSummary); in setVisibleNotificationsAsSeen()
437 CharSequence groupSummary = in addSafetyCenterEntryGroup() local447 .setSummary(groupSummary) in addSafetyCenterEntryGroup()526 CharSequence groupSummary = in getDefaultGroupSummary() local530 && TextUtils.isEmpty(groupSummary)) { in getDefaultGroupSummary()543 groupSummary = in getDefaultGroupSummary()551 return groupSummary; in getDefaultGroupSummary()