Home
last modified time | relevance | path

Searched refs:onAlertEntryRemoved (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java204 onAlertEntryRemoved(alertEntry); in removeAlertEntry()
213 protected abstract void onAlertEntryRemoved(@NonNull AlertEntry alertEntry); in onAlertEntryRemoved() method in AlertingNotificationManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java361 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved() method in HeadsUpManagerPhone
362 super.onAlertEntryRemoved(alertEntry); in onAlertEntryRemoved()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java95 protected void onAlertEntryRemoved(AlertEntry alertEntry) {} in onAlertEntryRemoved() method in AlertingNotificationManagerTest.TestableAlertingNotificationManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java199 protected void onAlertEntryRemoved(AlertEntry alertEntry) { in onAlertEntryRemoved() method in HeadsUpManager
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java173 hum.onAlertEntryRemoved(headsUpEntry); in testHunRemovedLogging()