Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java85 NotificationCompat.Builder groupSummary = in showNotifications() local
95 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()
DMissedCallNotifier.java152 Notification.Builder groupSummary = createNotificationBuilder(); in updateMissedCallNotification() local
199 groupSummary.setLargeIcon(photoIcon); in updateMissedCallNotification()
218 groupSummary in updateMissedCallNotification()
228 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()
231 Notification notification = groupSummary.build(); in updateMissedCallNotification()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java130 CarNotificationTypeItem groupSummary = CarNotificationTypeItem.of( in groupSummaryNotificationType_shouldHaveCorrectValues() local
132 assertThat(groupSummary.getNotificationType()).isEqualTo( in groupSummaryNotificationType_shouldHaveCorrectValues()
135 assertProperties(groupSummary, NO_TEMPLATE, R.layout.group_summary_notification_template, in groupSummaryNotificationType_shouldHaveCorrectValues()
DPreprocessingManagerTest.java1335 Notification groupSummary = generateNotification(/* isForeground= */ false, in generateGroupSummaryNotification() local
1338 when(sbn.getNotification()).thenReturn(groupSummary); in generateGroupSummaryNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java436 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()
DCarNotificationViewAdapter.java683 AlertEntry groupSummary = group.getGroupSummaryNotification(); in setVisibleNotificationsAsSeen() local
684 if (groupSummary != null) { in setVisibleNotificationsAsSeen()
685 notifications.add(groupSummary); in setVisibleNotificationsAsSeen()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java437 CharSequence groupSummary = in addSafetyCenterEntryGroup() local
447 .setSummary(groupSummary) in addSafetyCenterEntryGroup()
526 CharSequence groupSummary = in getDefaultGroupSummary() local
530 && TextUtils.isEmpty(groupSummary)) { in getDefaultGroupSummary()
543 groupSummary = in getDefaultGroupSummary()
551 return groupSummary; in getDefaultGroupSummary()