Searched defs:NotificationEntry (Results 1 – 6 of 6) sorted by relevance
203 private fun NotificationEntry.isImportantMedia() = in <lambda>() method206 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON in <lambda>() method208 private fun NotificationEntry.getPeopleNotificationType() = in <lambda>() method211 private fun NotificationEntry.isHighPriority() = in <lambda>() method216 private fun NotificationEntry.isSystemMax() = in isSystemMax() method222 private fun NotificationEntry.isImportantCall() = in isSystemMax() method225 private fun NotificationEntry.isColorizedForegroundService() = sbn.notification.run { in isSystemMax() method
94 public final class NotificationEntry extends ListEntry { class195 public NotificationEntry( in NotificationEntry() method in NotificationEntry202 public NotificationEntry( in NotificationEntry() method in NotificationEntry
231 List<Pair<NotificationEntry, DismissedByUserStats>> entriesToDismiss) { in dismissNotifications()
73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews()
216 private fun NotificationEntry.extractPerson(): PersonModel? { in extractPersonKey() method250 private fun NotificationEntry.extractPersonKey(): PersonKey? { in extractPersonKey() method
414 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout()