Home
last modified time | relevance | path

Searched defs:AlertEntry (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DAlertEntry.java27 public class AlertEntry { class
34 public AlertEntry(StatusBarNotification statusBarNotification) { in AlertEntry() method in AlertEntry
42 protected AlertEntry() {} in AlertEntry() method in AlertEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java278 protected class AlertEntry implements Comparable<AlertEntry> { class in AlertingNotificationManager