Searched refs:groupSummary (Results 1 – 5 of 5) sorted by relevance
314 final NotificationEntry groupSummary = in calculateTouchableRegion() local316 if (groupSummary != null) { in calculateTouchableRegion()317 topEntry = groupSummary; in calculateTouchableRegion()
356 UserHandle user, String groupKey, boolean groupSummary) {363 .setGroupSummary(groupSummary)
1409 final NotificationEntry groupSummary1411 if (groupSummary != null) {1412 row = groupSummary.getRow();3009 NotificationEntry groupSummary =3011 if (groupSummary != null && groupSummary.getRow() != row) {
1457 NotificationEntry groupSummary =1459 if (groupSummary.isClearable()) {1462 groupSummary.getRow().performDismiss(fromAccessibility);
6537 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);6538 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {