Searched refs:retractNotif (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 276 mNoMan.retractNotif(notif.sbn, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved() 358 mNoMan.retractNotif(notif1.sbn, REASON_APP_CANCEL); in testNotifEntriesAreNotPersistedAcrossRemovalAndReposting() 465 mNoMan.retractNotif(notif1.sbn, REASON_CANCEL); in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 466 mNoMan.retractNotif(notif2.sbn, REASON_CANCEL); in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 639 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testDismissingNonExistentNotificationThrows() 837 mNoMan.retractNotif(notif2.sbn, REASON_CLICK); in testLifetimeExtendersAreQueriedWhenNotifRemoved() 865 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testWhenLastLifetimeExtenderExpiresAllAreReQueried() 902 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires() 937 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 967 mNoMan.retractNotif(notif2.sbn, REASON_UNKNOWN); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() [all …]
|
D | NoManSimulator.java | 59 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/ |
D | GroupCoalescerTest.java | 276 NotifEvent notif2b = mNoMan.retractNotif(notif2a.sbn, 0); in testRemovingCoalescedNotifTriggersBatchEmit()
|