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.java100 assertTrue(mGroupManager.isSummaryOfGroup(summaryEntry.notification)); in testIsSummaryOfGroupWithChildren()
128 assertFalse(mGroupManager.isSummaryOfGroup(summaryEntry.notification)); in testRemoveSummaryFromGroupWithSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java256 if (mGroupManager.isSummaryOfGroup(statusBarNotification)) { in isHighPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java346 public boolean isSummaryOfGroup(StatusBarNotification sbn) { in isSummaryOfGroup() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java265 && mGroupManager.isSummaryOfGroup(mStatusBarNotification)) {
2895 if (mGroupManager.isSummaryOfGroup(getStatusBarNotification())) {