Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt203 private fun NotificationEntry.isImportantMedia() = regex
206 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON regex
208 private fun NotificationEntry.getPeopleNotificationType() = regex
211 private fun NotificationEntry.isHighPriority() = regex
216 private fun NotificationEntry.isSystemMax() = regex
222 private fun NotificationEntry.isImportantCall() = regex
225 private fun NotificationEntry.isColorizedForegroundService() = sbn.notification.run { regex
H A 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
H A DNotifCollection.java238 List<Pair<NotificationEntry, DismissedByUserStats>> entriesToDismiss) { in dismissNotifications()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java47 public class NotificationEntry { class
67 public NotificationEntry(Context applicationContext, PackageManager packageManager, in NotificationEntry() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java73 Map<NotificationEntry, List<NotificationEntry>> groupNotifs) { in updateContentViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt216 private fun NotificationEntry.extractPerson(): PersonModel? { regex
250 private fun NotificationEntry.extractPersonKey(): PersonKey? { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java418 private void updateIconsForLayout(Function<NotificationEntry, StatusBarIconView> function, in updateIconsForLayout()