Home
last modified time | relevance | path

Searched refs:onEntryUpdated (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt139 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry())
146 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry())
153 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry())
160 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry())
170 notifCollectionListener.onEntryUpdated(
180 notifCollectionListener.onEntryUpdated(notification.build())
195 notifCollectionListener.onEntryUpdated(notification.build())
286 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry())
332 notifCollectionListener.onEntryUpdated(ongoingCallNotifEntry)
349 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry())
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionListener.java63 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method
64 onEntryUpdated(entry); in onEntryUpdated()
71 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
H A DNotifEvent.kt71 listener.onEntryUpdated(entry, fromSystem)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java237 verify(mCollectionListener).onEntryUpdated(mEntryCaptor.capture()); in testEventDispatchedWhenNotifBatchPosted()
263 mListenerInOrder.verify(mCollectionListener).onEntryUpdated(entry); in testEventDispatchedWhenNotifUpdated()
1359 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testSecondPostCallsUpdateWithTrue()
1360 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(true)); in testSecondPostCallsUpdateWithTrue()
1382 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testInternalNotifUpdaterCallsUpdate()
1383 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(false)); in testInternalNotifUpdaterCallsUpdate()
1398 verify(mCollectionListener, never()).onEntryUpdated(any()); in testInternalNotifUpdaterIgnoresNew()
1399 verify(mCollectionListener, never()).onEntryUpdated(any(), anyBoolean()); in testInternalNotifUpdaterIgnoresNew()
1447 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
1452 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java421 BubblesManager.this.onEntryUpdated(entry); in setupNEM()
540 public void onEntryUpdated(NotificationEntry entry) { in setupNotifPipeline()
541 BubblesManager.this.onEntryUpdated(entry); in setupNotifPipeline()
564 void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in BubblesManager
565 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), in onEntryUpdated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt89 onEntryUpdated(entry, true)
92 override fun onEntryUpdated(entry: NotificationEntry) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java88 public void onEntryUpdated(NotificationEntry entry) { in ForegroundServiceNotificationListener()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java176 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp); in onEntryUpdated() method
H A DBubbleController.java981 private void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp) { in onEntryUpdated() method in BubbleController
1040 onEntryUpdated(entry, shouldBubbleUp && !entry.getRanking().isSuspended()); in onRankingUpdated()
1598 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp) { in onEntryUpdated() method in BubbleController
1600 BubbleController.this.onEntryUpdated(entry, shouldBubbleUp); in onEntryUpdated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java93 public void onEntryUpdated(NotificationEntry entry) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java235 mExpansionStateLogger.onEntryUpdated(entry.getKey()); in NotificationLogger()
525 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt93 override fun onEntryUpdated(entry: NotificationEntry) {
H A DRemoteInputCoordinator.kt98 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) {
H A DHeadsUpCoordinator.java125 public void onEntryUpdated(NotificationEntry entry) {
H A DPreparationCoordinator.java143 public void onEntryUpdated(NotificationEntry entry) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DExpansionStateLoggerTest.java171 mLogger.onEntryUpdated(NOTIFICATION_KEY); in testOnEntryUpdated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java501 public void onEntryUpdated(NotificationEntry entry, StatusBarNotification oldNotification) { in onEntryUpdated() method in NotificationGroupManagerLegacy
505 onEntryUpdated(entry, oldNotification.getGroupKey(), oldNotification.isGroup(), in onEntryUpdated()
516 public void onEntryUpdated(NotificationEntry entry, String oldGroupKey, boolean oldIsGroup, in onEntryUpdated() method in NotificationGroupManagerLegacy
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelperTest.java301 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()
324 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt195 groupManager.onEntryUpdated(entry, oldGroupKey, oldIsGroup,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java560 mEntryListener.onEntryUpdated(mRow); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
729 mEntryListener.onEntryUpdated(mNonBubbleNotifRow.getEntry()); in testAddNotif_notBubble()
767 mEntryListener.onEntryUpdated(mRow); in testRemoveBubble_noLongerBubbleAfterUpdate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java686 mGroupManager.onEntryUpdated(entry, oldSbn); in updateNotificationInternal()
694 listener.onEntryUpdated(entry, fromSystem); in updateNotificationInternal()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt381 collectionListener.onEntryUpdated(entry)
H A DPreparationCoordinatorTest.java168 mCollectionListener.onEntryUpdated(mEntry); in testRebindsInflatedNotificationsOnUpdate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java742 public void onEntryUpdated(NotificationEntry entry) { in attach()
743 mView.onEntryUpdated(entry); in attach()
750 mView.onEntryUpdated(entry); in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java221 public void onEntryUpdated(NotificationEntry entry) { in setupNotifPipeline()

12