Searched refs:onPostEntryUpdated (Results 1 – 7 of 7) sorted by relevance
58 default void onPostEntryUpdated(@NonNull NotificationEntry entry) { in onPostEntryUpdated() method
702 listener.onPostEntryUpdated(entry); in updateNotificationInternal()
169 public void onPostEntryUpdated(NotificationEntry entry) {
60 override fun onPostEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController
238 mEntryListener.onPostEntryUpdated(mock(NotificationEntry.class)); in testEntryUpdated()
127 override fun onPostEntryUpdated(entry: NotificationEntry) = addVisibleEntry(entry) in extractPersonKey() method
275 order.verify(mEntryListener).onPostEntryUpdated(mEntry); in testUpdateNotification_prePostEntryOrder()