Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java452 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/statusbar/notification/
DNotificationEntryManager.java532 List<NotificationEntry> childEntries = entry.getAttachedNotifChildren(); in handleGroupSummaryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1475 final List<NotificationEntry> children = summary.getAttachedNotifChildren(); in handleSummaryDismissalInterception()