Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java246 if (isPendingNotificationInGroup(entry, group) && onlySummaryAlerts(entry)) { in getPendingChildrenNotAlerting()
265 if (isPendingNotificationInGroup(entry, group)) { in pendingInflationsWillAddChildren()
279 private boolean isPendingNotificationInGroup(@NonNull NotificationEntry entry, in isPendingNotificationInGroup() method in NotificationGroupAlertTransferHelper