Searched refs:isSummaryOfSuppressedGroup (Results 1 – 5 of 5) sorted by relevance
186 if (isAlerting && mGroupManager.isSummaryOfSuppressedGroup(entry.notification)) { in onAlertStateChanged()301 if (!mGroupManager.isSummaryOfSuppressedGroup(summary.notification) in handleSuppressedSummaryAlerted()
257 public boolean isSummaryOfSuppressedGroup(StatusBarNotification sbn) { in isSummaryOfSuppressedGroup() method in NotificationGroupManager
733 && mGroupManager.isSummaryOfSuppressedGroup(row.getStatusBarNotification()); in computeMaxKeyguardNotifications()
200 when(mGroupManager.isSummaryOfSuppressedGroup(entry0.notification)).thenReturn(true); in testNotificationsBecomingSuppressed()
395 boolean suppressedSummary = mGroupManager.isSummaryOfSuppressedGroup( in updateRowStatesInternal()