Searched refs:isRowDismissed (Results 1 – 9 of 9) sorted by relevance
304 boolean entryDismissed = entry.isRowDismissed(); in removeNotificationInternal()353 if (entry.notification.getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
362 if (entry.isRowDismissed) { in onHeadsUpStateChanged()
241 || alertEntry.mEntry.isRowDismissed(); in canRemoveImmediately()
149 if (ent.isRowDismissed() || ent.isRowRemoved() in updateNotificationViews()
242 return !mEntry.isRowDismissed() && !shouldSuppressNotification() in showInShadeWhenBubble()
564 boolean userRemovedNotif = (entry != null && entry.isRowDismissed() && !isAppCancel)
305 || child.isRowDismissed()) { in handleSuppressedSummaryAlerted()
259 if (entry.isRowDismissed() && hideDismissed) { in shouldShowNotificationIcon()
556 public boolean isRowDismissed() { in isRowDismissed() method in NotificationEntry