Searched defs:NotificationEntry (Results 1 – 7 of 7) sorted by relevance
203 private fun NotificationEntry.isImportantMedia() = regex206 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON regex208 private fun NotificationEntry.getPeopleNotificationType() = regex211 private fun NotificationEntry.isHighPriority() = regex216 private fun NotificationEntry.isSystemMax() = regex222 private fun NotificationEntry.isImportantCall() = regex225 private fun NotificationEntry.isColorizedForegroundService() = sbn.notification.run { regex
94 public final class NotificationEntry extends ListEntry { class195 public NotificationEntry( in NotificationEntry() method in NotificationEntry202 public NotificationEntry( in NotificationEntry() method in NotificationEntry
238 List<Pair<NotificationEntry, DismissedByUserStats>> entriesToDismiss) { in dismissNotifications()
47 public class NotificationEntry { class67 public NotificationEntry(Context applicationContext, PackageManager packageManager, in NotificationEntry() method in NotificationEntry
73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews()
216 private fun NotificationEntry.extractPerson(): PersonModel? { regex250 private fun NotificationEntry.extractPersonKey(): PersonKey? { regex
418 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout()