Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java341 mNoMan.retractNotif(notif.sbn, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
538 mNoMan.retractNotif(notif1.sbn, REASON_APP_CANCEL); in testNotifEntriesAreNotPersistedAcrossRemovalAndReposting()
646 mNoMan.retractNotif(notif1.sbn, REASON_APP_CANCEL); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
647 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
676 mNoMan.retractNotif(notif.sbn, REASON_CANCEL); in testNMSReportsUserDismissalAlwaysRemovesNotif()
677 mNoMan.retractNotif(notif2.sbn, REASON_CLICK); in testNMSReportsUserDismissalAlwaysRemovesNotif()
1047 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testLifetimeExtendersAreQueriedWhenNotifRemoved()
1075 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
1112 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()
1147 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
[all …]
DNoManSimulator.java61 public NotifEvent retractNotif(StatusBarNotification sbn, int reason) { in retractNotif() method in NoManSimulator
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java277 NotifEvent notif2b = mNoMan.retractNotif(notif2a.sbn, 0); in testRemovingCoalescedNotifTriggersBatchEmit()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java574 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testDoNotUpdateNotificationRemovedIfDifferentShortcutId()
595 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testDoNotUpdateNotificationRemovedIfDifferentPackageName()
811 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn.cloneLight(), 0); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
986 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testUpdateNotificationRemovedIfExistingTile()