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.java314 final NotificationEntry groupSummary = in calculateTouchableRegion() local
316 if (groupSummary != null) { in calculateTouchableRegion()
317 topEntry = groupSummary; in calculateTouchableRegion()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java356 UserHandle user, String groupKey, boolean groupSummary) {
363 .setGroupSummary(groupSummary)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1409 final NotificationEntry groupSummary
1411 if (groupSummary != null) {
1412 row = groupSummary.getRow();
3009 NotificationEntry groupSummary =
3011 if (groupSummary != null && groupSummary.getRow() != row) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1457 NotificationEntry groupSummary =
1459 if (groupSummary.isClearable()) {
1462 groupSummary.getRow().performDismiss(fromAccessibility);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6537 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
6538 if (groupSummary != null && groupSummary.getKey().equals(canceledKey)) {