Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java301 …NotificationEntry child = mGroupManager.getLogicalChildren(summary.notification).iterator().next(); in handleSuppressedSummaryAlerted()
350 … ArrayList<NotificationEntry> children = mGroupManager.getLogicalChildren(summary.notification); in checkShouldTransferBack()
DNotificationGroupManager.java389 public ArrayList<NotificationEntry> getLogicalChildren(StatusBarNotification summary) { in getLogicalChildren() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java258 mGroupManager.getLogicalChildren(statusBarNotification); in isHighPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java746 mNotificationGroupManager.getLogicalChildren(summary.notification);