Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java378 mGroupManager.getLogicalChildren(summary.getSbn()).iterator().next(); in handleSuppressedSummaryAlerted()
437 List<NotificationEntry> children = mGroupManager.getLogicalChildren(summary.getSbn()); in handleOverriddenSummaryAlerted()
517 ArrayList<NotificationEntry> children = mGroupManager.getLogicalChildren( in checkShouldTransferBack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java514 mNotificationGroupManager.getLogicalChildren(summary.getSbn()); in setupNEM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java653 public ArrayList<NotificationEntry> getLogicalChildren(StatusBarNotification summary) { in getLogicalChildren() method in NotificationGroupManagerLegacy