Home
last modified time | relevance | path

Searched refs:onPostEntryUpdated (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java58 default void onPostEntryUpdated(@NonNull NotificationEntry entry) { in onPostEntryUpdated() method
DNotificationEntryManager.java702 listener.onPostEntryUpdated(entry); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java169 public void onPostEntryUpdated(NotificationEntry entry) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt60 override fun onPostEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightsOutNotifControllerTest.java238 mEntryListener.onPostEntryUpdated(mock(NotificationEntry.class)); in testEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt127 override fun onPostEntryUpdated(entry: NotificationEntry) = addVisibleEntry(entry) in extractPersonKey() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java275 order.verify(mEntryListener).onPostEntryUpdated(mEntry); in testUpdateNotification_prePostEntryOrder()