Searched refs:groupSummary (Results 1 – 3 of 3) 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()
145 Notification.Builder groupSummary = createNotificationBuilder(); in updateMissedCallNotification() local189 groupSummary.setLargeIcon(photoIcon); in updateMissedCallNotification()208 groupSummary in updateMissedCallNotification()218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification()221 Notification notification = groupSummary.build(); in updateMissedCallNotification()
141 CarNotificationTypeItem groupSummary = CarNotificationTypeItem.of( in groupSummaryNotificationType_shouldHaveCorrectValues() local143 assertThat(groupSummary.getNotificationType()).isEqualTo( in groupSummaryNotificationType_shouldHaveCorrectValues()146 assertProperties(groupSummary, NO_TEMPLATE, R.layout.group_summary_notification_template, in groupSummaryNotificationType_shouldHaveCorrectValues()