Searched refs:groupSummary (Results 1 – 5 of 5) sorted by relevance
376 final NotificationEntry groupSummary = in calculateTouchableRegion() local378 if (groupSummary != null) { in calculateTouchableRegion()379 topEntry = groupSummary; in calculateTouchableRegion()
376 UserHandle user, String groupKey, boolean groupSummary) {383 .setGroupSummary(groupSummary)
1450 final NotificationEntry groupSummary1452 if (groupSummary != null) {1453 row = groupSummary.getRow();3051 NotificationEntry groupSummary =3053 if (groupSummary != null && groupSummary.getRow() != row) {
1442 NotificationEntry groupSummary =1444 if (groupSummary.isClearable()) {1447 groupSummary.getRow().performDismiss(fromAccessibility);
6775 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);6776 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {