Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java240 AlertEntry alerting = mAlertEntries.get(key); in isSticky() local
252 AlertEntry alerting = mAlertEntries.get(key); in getEarliestRemovalTime() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java488 final int alerting; field in NotificationRecordLogger.NotificationReported