Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java43 protected final ArrayMap<String, AlertEntry> mAlertEntries = new ArrayMap<>(); field in AlertingNotificationManager
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java163 private List<AlertEntry> mAlertEntries; field in PreprocessingManagerTest