Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java497 public @Nullable List<NotificationEntry> getAttachedNotifChildren() { in getAttachedNotifChildren() method in NotificationEntry
769 List<NotificationEntry> children = getAttachedNotifChildren(); in isClearable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java535 List<NotificationEntry> children = entry.getAttachedNotifChildren(); in handleDismissalInterception()