Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A 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()
1147 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
1177 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated()
1207 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testReentrantCallsToLifetimeExtendersThrow()
1236 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testRankingIsUpdatedWhenALifetimeExtendedNotifIsReposted()
[all …]
H A DNoManSimulator.java61 public NotifEvent retractNotif(StatusBarNotification sbn, int reason) { in retractNotif() method in NoManSimulator
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java277 NotifEvent notif2b = mNoMan.retractNotif(notif2a.sbn, 0); in testRemovingCoalescedNotifTriggersBatchEmit()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java561 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testDoNotUpdateNotificationRemovedIfDifferentShortcutId()
582 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testDoNotUpdateNotificationRemovedIfDifferentPackageName()
798 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn.cloneLight(), 0); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
973 NotifEvent notif1b = mNoMan.retractNotif(notif1.sbn, 0); in testUpdateNotificationRemovedIfExistingTile()