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