Searched refs:isSummary (Results 1 – 4 of 4) sorted by relevance
63 public NotificationEntry createEntry(boolean isSummary, int groupAlertBehavior) { in createEntry() argument68 .setGroupSummary(isSummary) in createEntry()
460 boolean isSummary = key.equals(mBubbleData.getSummaryKey(groupKey)); in isBubbleNotificationSuppressedFromShade()461 return (isSummary && isSuppressedSummary) || isBubbleAndSuppressed; in isBubbleNotificationSuppressedFromShade()547 boolean isSummary = entry != null549 boolean isSummaryOfBubbles = (isSuppressedSummary || isSummary)
446 String groupKey, boolean isSummary) { in generateNotificationRecord() argument447 return generateNotificationRecord(channel, id, groupKey, isSummary, false /* isBubble */); in generateNotificationRecord()451 String groupKey, boolean isSummary, boolean isBubble) { in generateNotificationRecord() argument456 .setGroupSummary(isSummary); in generateNotificationRecord()
5854 boolean isSummary = n.isGroupSummary();5869 if (isSummary) {5877 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {