Home
last modified time | relevance | path

Searched refs:groupSummary (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java376 final NotificationEntry groupSummary = in calculateTouchableRegion() local
378 if (groupSummary != null) { in calculateTouchableRegion()
379 topEntry = groupSummary; in calculateTouchableRegion()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java376 UserHandle user, String groupKey, boolean groupSummary) {
383 .setGroupSummary(groupSummary)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1450 final NotificationEntry groupSummary
1452 if (groupSummary != null) {
1453 row = groupSummary.getRow();
3051 NotificationEntry groupSummary =
3053 if (groupSummary != null && groupSummary.getRow() != row) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1442 NotificationEntry groupSummary =
1444 if (groupSummary.isClearable()) {
1447 groupSummary.getRow().performDismiss(fromAccessibility);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6775 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
6776 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {