Home
last modified time | relevance | path

Searched defs:groupSummary (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1236 GroupEntry groupSummary = mNotificationTestHelper.createGroupEntry( in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() local
1262 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade_rows() local
1288 GroupEntry groupSummary = mNotificationTestHelper.createGroupEntry( in testAppRemovesSummary_removesAllBubbleChildren() local
1311 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren_rows() local
1337 GroupEntry groupSummary = mNotificationTestHelper.createGroupEntry( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() local
1378 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(2); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren_row() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerImpl.java132 NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.kt880 val groupSummary: NotificationEntry = mock() in <lambda>() constant
DHeadsUpCoordinatorTest.kt125 private lateinit var groupSummary: NotificationEntry in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManagerImpl.java888 final NotificationEntry groupSummary = in getTouchableRegion() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java4479 NotificationRecord groupSummary = getNotificationRecord(mPkg, AUTOGROUP_AT_COUNT - 1, "", in testGroupSummaryAdded_hadUngroupedNotif_doesNotAutogroup() local
4482 summaryByGroupKey.put(groupSummary.getSbn().getGroupKey(), groupSummary); in testGroupSummaryAdded_hadUngroupedNotif_doesNotAutogroup() local
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java1296 NotificationRecord groupSummary = summaryByGroupKey.get(oldGroupKey); in isOriginalGroupSummaryPresent() local