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)
1407 final NotificationEntry groupSummary1409 if (groupSummary != null) {1410 row = groupSummary.getRow();3007 NotificationEntry groupSummary =3009 if (groupSummary != null && groupSummary.getRow() != row) {
1457 NotificationEntry groupSummary =1459 if (groupSummary.isClearable()) {1462 groupSummary.getRow().performDismiss(fromAccessibility);
6515 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);6516 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {