Home
last modified time | relevance | path

Searched defs:isOnlyChildInGroup (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManagerImpl.java54 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() method in GroupMembershipManagerImpl
H A DGroupMembershipManager.java61 boolean isOnlyChildInGroup(NotificationEntry entry); in isOnlyChildInGroup() method
/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