Home
last modified time | relevance | path

Searched defs:isOnlyChildInGroup (Results 1 – 3 of 3) 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