Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java153 onEntryRemovedInternal(removed, removed.getSbn()); in onEntryRemoved()
167 private void onEntryRemovedInternal(NotificationEntry removed, in onEntryRemovedInternal() method in NotificationGroupManagerLegacy
169 onEntryRemovedInternal(removed, sbn.getGroupKey(), sbn.isGroup(), in onEntryRemovedInternal()
173 private void onEntryRemovedInternal(NotificationEntry removed, String notifGroupKey, boolean in onEntryRemovedInternal() method in NotificationGroupManagerLegacy
516 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated()
794 onEntryRemovedInternal(entry, entry.getSbn()); in isolateNotification()
842 onEntryRemovedInternal(entry, entry.getSbn()); in stopIsolatingNotification()