Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManager.java61 boolean isOnlyChildInGroup(NotificationEntry entry); in isOnlyChildInGroup() method
DGroupMembershipManagerImpl.java54 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() method in GroupMembershipManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DOnUserInteractionCallbackImplLegacy.java115 if (mGroupMembershipManager.isOnlyChildInGroup(entry)) { in getGroupSummaryToDismiss()
DNotificationGroupManagerLegacy.java554 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() method in NotificationGroupManagerLegacy
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DOnUserInteractionCallbackImpl.java120 && mGroupMembershipManager.isOnlyChildInGroup(entry)) { in getGroupSummaryToDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java104 && ((!row.isChildInGroup() || mGroupMembershipManager.isOnlyChildInGroup(entry)) in perhapsShowBlockingHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java91 assertTrue(mGroupManager.isOnlyChildInGroup(childEntry)); in testIsOnlyChildInGroup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java188 when(mGroupMembershipManager.isOnlyChildInGroup(childRow.getEntry())).thenReturn(true); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()