Home
last modified time | relevance | path

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

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