Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt154 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_isOngoingCallNotif_listenerAndRepoNotified()
164 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_isOngoingCallNotif_windowControllerUpdated()
171 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry()) in onEntryUpdated_notOngoingCallNotif_listenerAndRepoNotNotified()
180 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice()
181 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice()
188 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated()
192 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated()
201 notifCollectionListener.onEntryUpdated( in onEntryUpdated_notifHasNullContentIntent_noCrash()
213 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_notificationWhenIsZero_timeHidden()
230 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_notificationWhenIsZero_timeShown()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method
66 onEntryUpdated(entry); in onEntryUpdated()
73 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
DNotifEvent.kt75 listener.onEntryUpdated(entry, fromSystem) in dispatchToListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DNotificationStatsLoggerCoordinator.kt35 override fun onEntryUpdated(entry: NotificationEntry) { in onEntryUpdated() method in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinator
36 super.onEntryUpdated(entry) in onEntryUpdated()
DMediaCoordinator.java91 public void onEntryUpdated(@NonNull NotificationEntry entry) {
DSmartspaceDedupingCoordinator.kt83 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
DRemoteInputCoordinator.kt109 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) { in onEntryUpdated() method
DHeadsUpCoordinator.kt430 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
563 onEntryUpdated(entry) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt191 it.onEntryUpdated(entry, true) in testRemoteInputLifetimeExtensionListenerTrigger()
209 it.onEntryUpdated(entry, true) in testSmartReplyLifetimeExtensionListenerTrigger()
228 it.onEntryUpdated(entry, true) in testRepeatedUpdateTriggersRebuild()
249 it.onEntryUpdated(entry, true) in testLifetimeExtensionListenerClearsRemoteInputs()
DMediaCoordinatorTest.java204 mListener.onEntryUpdated(mMediaEntry); in inflateMediaNotificationIconsMediaEnabled_new()
237 mListener.onEntryUpdated(mMediaEntry); in inflationException_old()
260 mListener.onEntryUpdated(mMediaEntry); in inflationException_new()
267 mListener.onEntryUpdated(mMediaEntry); in inflationException_new()
DHeadsUpCoordinatorTest.kt397 collectionListener.onEntryUpdated(entry) in <lambda>()
414 collectionListener.onEntryUpdated(entry) in <lambda>()
581 collectionListener.onEntryUpdated(groupSummary) in <lambda>()
582 collectionListener.onEntryUpdated(groupPriority) in <lambda>()
583 collectionListener.onEntryUpdated(groupSibling1) in <lambda>()
584 collectionListener.onEntryUpdated(groupSibling2) in <lambda>()
618 collectionListener.onEntryUpdated(groupSummary) in <lambda>()
619 collectionListener.onEntryUpdated(groupPriority) in <lambda>()
653 collectionListener.onEntryUpdated(groupSummary) in <lambda>()
654 collectionListener.onEntryUpdated(groupSibling1) in <lambda>()
[all …]
DNotificationStatsLoggerCoordinatorTest.kt64 collectionListener.onEntryUpdated(mockEntry("key")) in onEntryRemoved_loggerCalled()
DKeyguardCoordinatorTest.kt331 collectionListener.onEntryUpdated(fakeChild) in unseenFilterSeenGroupSummaryWithUnseenChild()
601 collectionListener.onEntryUpdated(entry) in unseenNotificationOnKeyguardNotMarkedAsSeenIfUpdatedBeforeThreshold()
DSmartspaceDedupingCoordinatorTest.kt366 collectionListener.onEntryUpdated(entry) in updateEntries()
DPreparationCoordinatorTest.java223 mCollectionListener.onEntryUpdated(mEntry); in testRebindsInflatedNotificationsOnUpdate()
621 mCollectionListener.onEntryUpdated(entry); in fireUpdateEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java446 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in setupNotifPipeline()
447 BubblesManager.this.onEntryUpdated(entry, fromSystem); in setupNotifPipeline()
484 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in BubblesManager
485 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java237 public void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in registerNewPipelineListener()
238 mExpansionStateLogger.onEntryUpdated(entry.getKey()); in registerNewPipelineListener()
493 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt95 onEntryUpdated(entry, true) in <lambda>()
98 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java296 verify(mCollectionListener).onEntryUpdated(mEntryCaptor.capture()); in testEventDispatchedWhenNotifBatchPosted()
322 mListenerInOrder.verify(mCollectionListener).onEntryUpdated(entry); in testEventDispatchedWhenNotifUpdated()
1549 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testSecondPostCallsUpdateWithTrue()
1550 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(true)); in testSecondPostCallsUpdateWithTrue()
1572 verify(mCollectionListener).onEntryUpdated(eq(entry)); in testInternalNotifUpdaterCallsUpdate()
1573 verify(mCollectionListener).onEntryUpdated(eq(entry), eq(false)); in testInternalNotifUpdaterCallsUpdate()
1588 verify(mCollectionListener, never()).onEntryUpdated(any()); in testInternalNotifUpdaterIgnoresNew()
1589 verify(mCollectionListener, never()).onEntryUpdated(any(), anyBoolean()); in testInternalNotifUpdaterIgnoresNew()
1792 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java311 onEntryUpdated(headsUpEntry); in setRemoteInputActive()
418 protected void onEntryUpdated(HeadsUpEntry headsUpEntry) { in onEntryUpdated() method in HeadsUpManagerPhone
419 super.onEntryUpdated(headsUpEntry); in onEntryUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java834 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
1002 mEntryListener.onEntryUpdated(mNonBubbleNotifRow.getEntry(), /* fromSystem= */ true); in testAddNotif_notBubble()
1040 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testRemoveBubble_noLongerBubbleAfterUpdate()
1763 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1791 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntTriggerInflate()
1814 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
1841 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored()
1842 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored()
1843 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ false); in testNonSystemUpdatesIgnored()
2336 mEntryListener.onEntryUpdated(mRow, /* fromSystem= */ true); in showBubbleOverflow_hasOverflowContents()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java210 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DExpansionStateLoggerTest.java171 mLogger.onEntryUpdated(NOTIFICATION_KEY); in testOnEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java458 protected void onEntryUpdated(HeadsUpEntry headsUpEntry) { in onEntryUpdated() method in BaseHeadsUpManager
828 onEntryUpdated(this); in updateEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java168 public void onEntryUpdated(NotificationEntry entry) { in setupNotifPipeline()

12