Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1538 NotifEvent notifEvent = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testSecondPostCallsUpdateWithTrue() local
1539 NotificationEntry entry = mCollectionListener.getEntry(notifEvent.key); in testSecondPostCallsUpdateWithTrue()
1558 NotifEvent notifEvent = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testInternalNotifUpdaterCallsUpdate() local
1559 NotificationEntry entry = mCollectionListener.getEntry(notifEvent.key); in testInternalNotifUpdaterCallsUpdate()
1566 StatusBarNotification sbn = notifEvent.sbn; in testInternalNotifUpdaterCallsUpdate()
1632 NotifEvent notifEvent = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testRegisterFutureDismissal() local
1633 NotificationEntry entry = requireNonNull(mCollection.getEntry(notifEvent.key)); in testRegisterFutureDismissal()
1644 verify(mStatusBarService).onNotificationClear(any(), anyInt(), eq(notifEvent.key), in testRegisterFutureDismissal()
1653 NotifEvent notifEvent = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testRegisterFutureDismissalWithRetractionAndRepost() local
1654 NotificationEntry entry = requireNonNull(mCollection.getEntry(notifEvent.key)); in testRegisterFutureDismissalWithRetractionAndRepost()
[all …]