Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManager.java64 boolean isOnlyChildInGroup(@NonNull NotificationEntry entry); in isOnlyChildInGroup() method
DGroupMembershipManagerImpl.java68 public boolean isOnlyChildInGroup(@NonNull NotificationEntry entry) { in isOnlyChildInGroup() method in GroupMembershipManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java611 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() method in NotifCollection
1097 if (isOnlyChildInGroup(entry)) { in fetchSummaryToDismiss()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java212 assertTrue(mCollection.isOnlyChildInGroup(entry)); in testIsOnlyChildInGroup()
219 assertTrue(mCollection.isOnlyChildInGroup(entry)); in testIsOnlyChildInGroup()
224 assertFalse(mCollection.isOnlyChildInGroup(entry)); in testIsOnlyChildInGroup()