Home
last modified time | relevance | path

Searched refs:onBeforeNotificationAdded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java167 mEntryListener.onBeforeNotificationAdded(entry); in testAppOps_addNotificationWithExistingAppOps()
189 mEntryListener.onBeforeNotificationAdded(entry); in testAdd_addNotificationWithNoExistingAppOps()
211 mEntryListener.onBeforeNotificationAdded(entry); in testAdd_addNonForegroundNotificationWithExistingAppOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java42 default void onBeforeNotificationAdded(NotificationEntry entry) { in onBeforeNotificationAdded() method
DNotificationListController.java75 public void onBeforeNotificationAdded(NotificationEntry entry) {
DNotificationEntryManager.java243 listener.onBeforeNotificationAdded(entry); in onAsyncInflationFinished()