Home
last modified time | relevance | path

Searched refs:groupSummary (Results 1 – 3 of 3) 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.java145 Notification.Builder groupSummary = createNotificationBuilder(); in updateMissedCallNotification() local
189 groupSummary.setLargeIcon(photoIcon); in updateMissedCallNotification()
208 groupSummary in updateMissedCallNotification()
218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()
221 Notification notification = groupSummary.build(); in updateMissedCallNotification()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationTypeItemTest.java141 CarNotificationTypeItem groupSummary = CarNotificationTypeItem.of( in groupSummaryNotificationType_shouldHaveCorrectValues() local
143 assertThat(groupSummary.getNotificationType()).isEqualTo( in groupSummaryNotificationType_shouldHaveCorrectValues()
146 assertProperties(groupSummary, NO_TEMPLATE, R.layout.group_summary_notification_template, in groupSummaryNotificationType_shouldHaveCorrectValues()