Searched refs:isClearable (Results 1 – 8 of 8) sorted by relevance
263 return !isRowDismissed() && (!isClearable() || mShowInShadeWhenBubble); in showInShadeWhenBubble()762 public boolean isClearable() { in isClearable() method in NotificationEntry763 if (notification == null || !notification.isClearable()) { in isClearable()771 if (!child.isClearable()) { in isClearable()
261 public boolean isClearable() { in isClearable() method in StatusBarNotification
371 when(entry.isClearable()).thenReturn(true); in testUpdateFooter_atEnd()
1459 if (groupSummary.isClearable()) {1466 if (mEntry.isClearable()) {2613 return mEntry.isClearable() && (!shouldShowPublic() || !mSensitiveHiddenInGeneral);
601 if (!entry.notification.isClearable()) { in NotificationStackScrollLayout()6285 && parent.getEntry().isClearable()))) {
42460 HSPLandroid/service/notification/StatusBarNotification;->isClearable()Z
27100 method public boolean isClearable();
41595 method public boolean isClearable();