Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java291 final ExpandableNotificationRow groupSummary in onComputeInternalInsets() local
293 if (groupSummary != null) { in onComputeInternalInsets()
294 topEntry = groupSummary; in onComputeInternalInsets()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java297 UserHandle user, String groupKey, boolean groupSummary) {
304 .setGroupSummary(groupSummary)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java999 final ExpandableNotificationRow groupSummary
1001 if (groupSummary != null) {
1002 row = groupSummary;
2894 ExpandableNotificationRow groupSummary =
2896 if (groupSummary != null && groupSummary != row) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java1279 ExpandableNotificationRow groupSummary =
1281 if (groupSummary.isClearable()) {
1284 groupSummary.performDismiss(fromAccessibility);