Searched refs:summaryEntry (Results 1 – 2 of 2) sorted by relevance
94 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testSuppressedSummaryHeadsUpTransfersToChild() local95 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild()99 mGroupManager.onEntryAdded(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild()103 assertFalse(mHeadsUpManager.isAlerting(summaryEntry.key)); in testSuppressedSummaryHeadsUpTransfersToChild()109 NotificationEntry summaryEntry = in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain() local115 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()117 mGroupManager.onEntryAdded(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()127 assertTrue(mHeadsUpManager.isAlerting(summaryEntry.key)); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()133 NotificationEntry summaryEntry = in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged() local139 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()[all …]
71 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsOnlyChildInGroup() local73 mGroupManager.onEntryAdded(summaryEntry); in testIsOnlyChildInGroup()82 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsChildInGroupWithSummary() local84 mGroupManager.onEntryAdded(summaryEntry); in testIsChildInGroupWithSummary()94 NotificationEntry summaryEntry = mGroupTestHelper.createSummaryNotification(); in testIsSummaryOfGroupWithChildren() local96 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() local108 mGroupManager.onEntryAdded(summaryEntry); in testRemoveChildFromGroupWithSummary()[all …]