Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java864 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingDismissedSummaryBringsChildrenBack() local
868 mCollection.dismissNotification(entry0, defaultStats(entry0)); in testUpdatingDismissedSummaryBringsChildrenBack()
873 assertEquals(NOT_DISMISSED, entry0.getDismissState()); in testUpdatingDismissedSummaryBringsChildrenBack()
890 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testDismissedChildrenAreNotResetByParentUpdate() local
896 mCollection.dismissNotification(entry0, defaultStats(entry0)); in testDismissedChildrenAreNotResetByParentUpdate()
901 assertEquals(NOT_DISMISSED, entry0.getDismissState()); in testDismissedChildrenAreNotResetByParentUpdate()
916 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack() local
921 mCollection.dismissNotification(entry0, defaultStats(entry0)); in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack()
932 assertEquals(NOT_DISMISSED, entry0.getDismissState()); in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack()
1253 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testCancellationReasonIsSetWhenNotifIsCancelled() local
[all …]