Searched refs:entry0 (Results 1 – 1 of 1) sorted by relevance
864 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingDismissedSummaryBringsChildrenBack() local868 mCollection.dismissNotification(entry0, defaultStats(entry0)); in testUpdatingDismissedSummaryBringsChildrenBack()873 assertEquals(NOT_DISMISSED, entry0.getDismissState()); in testUpdatingDismissedSummaryBringsChildrenBack()890 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testDismissedChildrenAreNotResetByParentUpdate() local896 mCollection.dismissNotification(entry0, defaultStats(entry0)); in testDismissedChildrenAreNotResetByParentUpdate()901 assertEquals(NOT_DISMISSED, entry0.getDismissState()); in testDismissedChildrenAreNotResetByParentUpdate()916 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack() local921 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 …]