Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java364 tryRemoveNotification(canceledEntry); in locallyDismissNotifications()
403 tryRemoveNotification(entry); in onNotificationRemoved()
461 private boolean tryRemoveNotification(NotificationEntry entry) { in tryRemoveNotification() method in NotifCollection
558 if (tryRemoveNotification(entry)) { in onEndLifetimeExtension()