Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java857 CollectionEvent notif0 = postNotif( in testUpdatingDismissedSummaryBringsChildrenBack() local
864 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingDismissedSummaryBringsChildrenBack()
880 CollectionEvent notif0 = postNotif( in testDismissedChildrenAreNotResetByParentUpdate() local
890 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testDismissedChildrenAreNotResetByParentUpdate()
909 CollectionEvent notif0 = postNotif( in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack() local
916 NotificationEntry entry0 = mCollectionListener.getEntry(notif0.key); in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack()
939 CollectionEvent notif0 = postNotif( in testDismissingSummaryDoesDismissForegroundServiceChildren() local
952 mCollection.dismissNotification(notif0.entry, defaultStats(notif0.entry)); in testDismissingSummaryDoesDismissForegroundServiceChildren()
955 assertEquals(DISMISSED, notif0.entry.getDismissState()); in testDismissingSummaryDoesDismissForegroundServiceChildren()
963 CollectionEvent notif0 = postNotif( in testDismissingSummaryDoesNotDismissOngoingChildren() local
[all …]