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.java145 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(childEntry.notification)); in testHeadsUpEntryIsIsolated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java285 NotificationEntry logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup()
370 public NotificationEntry getLogicalGroupSummary(StatusBarNotification sbn) { in getLogicalGroupSummary() method in NotificationGroupManager
DStatusBarNotificationActivityStarter.java248 mGroupManager.getLogicalGroupSummary(sbn).notification; in handleNotificationClickAfterKeyguardDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java404 NotificationEntry summary = mGroupManager.getLogicalGroupSummary( in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java742 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1443 mGroupManager.getLogicalGroupSummary(getStatusBarNotification());