Home
last modified time | relevance | path

Searched defs:NotificationEntry (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt203 private fun NotificationEntry.isImportantMedia() = in <lambda>() method
206 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON in <lambda>() method
208 private fun NotificationEntry.getPeopleNotificationType() = in <lambda>() method
211 private fun NotificationEntry.isHighPriority() = in <lambda>() method
216 private fun NotificationEntry.isSystemMax() = in isSystemMax() method
222 private fun NotificationEntry.isImportantCall() = in isSystemMax() method
225 private fun NotificationEntry.isColorizedForegroundService() = sbn.notification.run { in isSystemMax() method
DNotificationEntry.java94 public final class NotificationEntry extends ListEntry { class
195 public NotificationEntry( in NotificationEntry() method in NotificationEntry
202 public NotificationEntry( in NotificationEntry() method in NotificationEntry
DNotifCollection.java231 List<Pair<NotificationEntry, DismissedByUserStats>> entriesToDismiss) { in dismissNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt216 private fun NotificationEntry.extractPerson(): PersonModel? { in extractPersonKey() method
250 private fun NotificationEntry.extractPersonKey(): PersonKey? { in extractPersonKey() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java414 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout()