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.java312 …NotificationEntry child = mGroupManager.getLogicalChildren(summary.notification).iterator().next(); in handleSuppressedSummaryAlerted()
362 … ArrayList<NotificationEntry> children = mGroupManager.getLogicalChildren(summary.notification); in checkShouldTransferBack()
DNotificationGroupManager.java374 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()