Home
last modified time | relevance | path

Searched refs:summaryEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java94 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testSuppressedSummaryHeadsUpTransfersToChild() local
95 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild()
99 mGroupManager.onEntryAdded(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild()
103 assertFalse(mHeadsUpManager.isAlerting(summaryEntry.key)); in testSuppressedSummaryHeadsUpTransfersToChild()
109 NotificationEntry summaryEntry = in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain() local
115 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()
117 mGroupManager.onEntryAdded(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()
127 assertTrue(mHeadsUpManager.isAlerting(summaryEntry.key)); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()
133 NotificationEntry summaryEntry = in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged() local
139 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()
[all …]
DNotificationGroupManagerTest.java71 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsOnlyChildInGroup() local
73 mGroupManager.onEntryAdded(summaryEntry); in testIsOnlyChildInGroup()
82 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsChildInGroupWithSummary() local
84 mGroupManager.onEntryAdded(summaryEntry); in testIsChildInGroupWithSummary()
94 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsSummaryOfGroupWithChildren() local
96 mGroupManager.onEntryAdded(summaryEntry); in testIsSummaryOfGroupWithChildren()
100 assertTrue(mGroupManager.isSummaryOfGroup(summaryEntry.notification)); in testIsSummaryOfGroupWithChildren()
101 assertEquals(summaryEntry, mGroupManager.getGroupSummary(childEntry.notification)); in testIsSummaryOfGroupWithChildren()
107 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testRemoveChildFromGroupWithSummary() local
108 mGroupManager.onEntryAdded(summaryEntry); in testRemoveChildFromGroupWithSummary()
[all …]