Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java102 assertTrue(mGroupManager.isSummaryOfGroup(summaryEntry.notification)); in testIsSummaryOfGroupWithChildren()
130 assertFalse(mGroupManager.isSummaryOfGroup(summaryEntry.notification)); in testRemoveSummaryFromGroupWithSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java259 if (mGroupManager.isSummaryOfGroup(statusBarNotification)) { in isHighPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java331 public boolean isSummaryOfGroup(StatusBarNotification sbn) { in isSummaryOfGroup() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java280 && mGroupManager.isSummaryOfGroup(mStatusBarNotification)) {
2907 if (mGroupManager.isSummaryOfGroup(getStatusBarNotification())) {