Searched refs:GROUP_1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 115 .setGroup(mContext, GROUP_1)); in testGroupedNotificationsAreCoalesced() 133 .setGroup(mContext, GROUP_1)); in testCoalescedNotificationsStillPassThroughRankingUpdate() 145 .setGroup(mContext, GROUP_1)); in testCoalescedNotificationsArePosted() 152 .setGroup(mContext, GROUP_1) in testCoalescedNotificationsArePosted() 160 .setGroup(mContext, GROUP_1)); in testCoalescedNotificationsArePosted() 185 .setGroup(mContext, GROUP_1)); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 189 .setGroup(mContext, GROUP_1)); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 193 .setGroup(mContext, GROUP_1)); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 231 .setGroup(mContext, GROUP_1)); in testUpdatingCoalescedNotifTriggersBatchEmit() 237 .setGroup(mContext, GROUP_1)); in testUpdatingCoalescedNotifTriggersBatchEmit() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilderTest.java | 153 addGroupChild(0, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 154 addGroupChild(1, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 155 addGroupChild(2, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 156 addGroupSummary(3, PACKAGE_1, GROUP_1); in testNotifsAreGrouped() 175 addGroupChild(0, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 179 addGroupChild(4, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 181 addGroupChild(6, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 182 addGroupSummary(7, PACKAGE_1, GROUP_1); in testNotifsWithDifferentGroupKeysAreGrouped() 207 addGroupChild(0, PACKAGE_1, GROUP_1).setRank(4); in testNotifsNotifChildrenAreSorted() 208 addGroupChild(1, PACKAGE_1, GROUP_1).setRank(2) in testNotifsNotifChildrenAreSorted() [all …]
|
D | NotifCollectionTest.java | 450 .setGroup(mContext, GROUP_1) in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 454 .setGroup(mContext, GROUP_1)); in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 457 .setGroup(mContext, GROUP_1)); in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 652 .setGroup(mContext, GROUP_1) in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed() 656 .setGroup(mContext, GROUP_1)); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed() 673 .setGroup(mContext, GROUP_1) in testUpdatingDismissedSummaryBringsChildrenBack() 677 .setGroup(mContext, GROUP_1)); in testUpdatingDismissedSummaryBringsChildrenBack() 696 .setGroup(mContext, GROUP_1) in testDismissedChildrenAreNotResetByParentUpdate() 700 .setGroup(mContext, GROUP_1)); in testDismissedChildrenAreNotResetByParentUpdate() 703 .setGroup(mContext, GROUP_1)); in testDismissedChildrenAreNotResetByParentUpdate() [all …]
|