Home
last modified time | relevance | path

Searched refs:getLogicalGroupSummary (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java150 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(childEntry.getSbn())); in testHeadsUpEntryIsIsolated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java322 NotificationEntry logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup()
407 public NotificationEntry getLogicalGroupSummary(StatusBarNotification sbn) { in getLogicalGroupSummary() method in NotificationGroupManager
DStatusBarNotificationActivityStarter.java291 NotificationEntry summarySbn = mGroupManager.getLogicalGroupSummary(sbn); in handleNotificationClickAfterKeyguardDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java455 NotificationEntry summary = mGroupManager.getLogicalGroupSummary( in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java636 mNotificationGroupManager.getLogicalGroupSummary(entry.getSbn()); in setupNEM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1449 mGroupManager.getLogicalGroupSummary(mEntry.getSbn());